diff options
| -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 |
