summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2017-02-23 00:33:08 -0600
committerNicolas Williams <nico@cryptonector.com>2017-02-23 00:33:08 -0600
commite7caf68eddef665713907464529df8a71e7d1429 (patch)
tree56fd014a58390a236c3e19c611e6f2fbe49c8c21 /appveyor.yml
parentc6374b6a1fce85687af3bffd3fa0f9541d174cb9 (diff)
Attempt to use builtin Oniguruma for CIs
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index e58981e7..3eb57227 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,12 +11,13 @@ install:
- C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy"
- C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf automake bison flex"
- - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S mingw-w64-i686-oniguruma mingw-w64-x86_64-oniguruma"
+ - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git"
+ - git submodule update --init --recursive
build_script:
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && autoreconf -i"
- - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && ./configure --disable-shared --enable-static --enable-all-static"
+ - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && ./configure --with-onigurum=builtin --disable-shared --enable-static --enable-all-static"
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make -j8"
- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && cat jq.1 | groff -mandoc -Thtml > jq.html"
- 7z a jq-package.zip jq.1 jq.html jq.exe