File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ before_install:
2323 - if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
2424 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then
2525 curl https://s3.amazonaws.com/libhttpserver/travis_stuff/msys64.tar.gz -o msys64.tar.gz ;
26- tar -xvzf msys64.tar.gz ;
26+ tar -xzf msys64.tar.gz ;
2727 cp -R msys64/ /c/ProgramData/chocolatey/lib/mingw/tools/install/mingw64/ ;
2828 fi
2929 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
3030 - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel; fi
3131 - curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
32- - tar -xvzf libmicrohttpd-0.9.59.tar.gz
32+ - tar -xzf libmicrohttpd-0.9.59.tar.gz
3333 - cd libmicrohttpd-0.9.59
3434 - if [[ "$ARM_ARCH_DIR" != "" ]]; then
3535 ./configure --build `./config.guess` --host $ARM_ARCH_DIR --disable-examples;
You can’t perform that action at this time.
0 commit comments