]> granicus.if.org Git - jq/commitdiff
Disable appveyor build for now 1178/head
authorNicolas Williams <nico@cryptonector.com>
Mon, 21 Mar 2016 22:43:01 +0000 (17:43 -0500)
committerNicolas Williams <nico@cryptonector.com>
Mon, 21 Mar 2016 23:59:52 +0000 (18:59 -0500)
appveyor.yml

index 719b4dce8ee4aead0124865d7a8bfa600d4a66c0..bafcad1982d4059601ad354fdea603286ce6b200 100644 (file)
@@ -8,42 +8,43 @@ environment:
 
 install:
   # update mysy2
-  - 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 --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"
 
 
 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 && 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
-  - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && pwd && ls -la"
-  - file jq.exe
+  #- 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 && 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
+  #- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && pwd && ls -la"
+  #- file jq.exe
+  - bash -lc true
   
-test_script:
+  #test_script:
   # tests/optionaltest and tests/shtest fail on Windows; run them
   # anyways but ignore their failures.  Also, trace shtest.
-  - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make -j3 'TESTS=tests/mantest tests/jqtest tests/onigtest' check"
-  - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make TESTS=tests/optionaltest check || cat test-suite.log"
-  - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make TRACE_TESTS=1 TESTS=tests/shtest check || cat test-suite.log"
+  #- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make -j3 'TESTS=tests/mantest tests/jqtest tests/onigtest' check"
+  #- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make TESTS=tests/optionaltest check || cat test-suite.log"
+  #- bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && make TRACE_TESTS=1 TESTS=tests/shtest check || cat test-suite.log"
       
-artifacts:
-  - path: jq-package.zip
-    name: jq-package
+  #artifacts:
+  #- path: jq-package.zip
+  # name: jq-package
     
-  - path: jq.exe
-    name: jq-exe
+  #- path: jq.exe
+  #  name: jq-exe
     
-  - path: test-suite.log
-    name: logs
+  #- path: test-suite.log
+  #  name: logs
     
 
-on_failure:
-  - cat test-suite.log
-  - appveyor PushArtifact test-suite.log
+  #on_failure:
+  #- cat test-suite.log
+  #- appveyor PushArtifact test-suite.log
   # also push the jq.exe so that someone can download it anyways...
-  - appveyor PushArtifact jq-package.zip
+  #- appveyor PushArtifact jq-package.zip