diff options
author | Brent Cook <bcook@openbsd.org> | 2018-11-13 13:42:37 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-11-13 13:42:37 -0600 |
commit | 3c1371061a3cb1fa5cb96383f0c4fbf756f8d4e0 (patch) | |
tree | b413700b0df26c79b8d15e966e2628ddc441921f | |
parent | f6a8fa5305d00a8e25d3a9a0b11992a5c0543778 (diff) | |
download | portable-3c1371061a3cb1fa5cb96383f0c4fbf756f8d4e0.tar.gz portable-3c1371061a3cb1fa5cb96383f0c4fbf756f8d4e0.tar.bz2 portable-3c1371061a3cb1fa5cb96383f0c4fbf756f8d4e0.zip |
typo
-rw-r--r-- | appveyor.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index eb5679b..3485156 100644 --- a/appveyor.yml +++ b/appveyor.yml | |||
@@ -1,6 +1,6 @@ | |||
1 | environment: | 1 | environment: |
2 | PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% | 2 | PATH: C:\msys64\usr\bin;C:\msys64\mingw64\bin;C:\Windows\System32;C:\Windows;%PATH% |
3 | 3 | ||
4 | matrix: | 4 | matrix: |
5 | # x86 builds | 5 | # x86 builds |
6 | - GENERATOR: Visual Studio 14 2015 | 6 | - GENERATOR: Visual Studio 14 2015 |
@@ -31,12 +31,12 @@ environment: | |||
31 | SHARED_LIBS: OFF | 31 | SHARED_LIBS: OFF |
32 | 32 | ||
33 | init: | 33 | init: |
34 | # update mysy2 | 34 | # update msys2 |
35 | - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" | 35 | - C:\msys64\usr\bin\bash -lc "pacman --needed --noconfirm -Sy pacman-mirrors" |
36 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" | 36 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -Sy" |
37 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl" | 37 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S autoconf perl" |
38 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git" | 38 | - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S git" |
39 | 39 | ||
40 | before_build: | 40 | before_build: |
41 | - bash autogen.sh | 41 | - bash autogen.sh |
42 | - mkdir build | 42 | - mkdir build |