We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a011daf commit c792f3fCopy full SHA for c792f3f
.travis.yml
@@ -31,6 +31,9 @@ before_install:
31
rm msys64/usr/bin/bash.exe ;
32
cp -R msys64/* / ;
33
fi
34
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --init; fi
35
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --populate msys2; fi
36
+ - if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman-key --refresh-keys; fi
37
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -Syuu; fi
38
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then pacman -S --needed base-devel; fi
39
- curl https://s3.amazonaws.com/libhttpserver/libmicrohttpd_releases/libmicrohttpd-0.9.59.tar.gz -o libmicrohttpd-0.9.59.tar.gz
0 commit comments