]> granicus.if.org Git - jq/commitdiff
fixup! Configure appveyor build to use python
authorWilliam Langford <wlangfor@gmail.com>
Sat, 23 Feb 2019 00:53:14 +0000 (19:53 -0500)
committerWilliam Langford <wlangfor@gmail.com>
Sat, 23 Feb 2019 00:53:14 +0000 (19:53 -0500)
appveyor.yml

index 05d188c8c369f53eaa90373a2242cfde59a96905..bf689025adcdbe8d513d18e61aa8da71beb7379b 100644 (file)
@@ -16,7 +16,7 @@ install:
   - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Su"
   - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf automake bison flex git"
   - C:\msys64\usr\bin\bash -lc "pip3 install --upgrade pipenv"
-  - C:\msys64\usr\bin\bash -lc "cd \"$APPVEYOR_BUILD_FOLDER\"/docs && pwd && pipenv sync"
+  - C:\msys64\usr\bin\bash -lc "cd $APPVEYOR_BUILD_FOLDER/docs && ls && pipenv sync"
 
 build_script:
   - bash -lc "exec 0</dev/null && cd $APPVEYOR_BUILD_FOLDER && autoreconf -i"