Changeset 2256
- Timestamp:
- Feb 9, 2016 2:07:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/appveyor.yml
r2255 r2256 16 16 install: 17 17 - C:\"Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" 18 - appveyor DownloadFile "http://kent.dl.sourceforge.net/project/msys2/Base/%MSYS2_ARCH%/msys2-base-%MSYS2_ARCH%-%MSYS2_BASEVER%.tar.xz" -FileName "msys2.tar.xz" 19 - 7z x msys2.tar.xz 20 - 7z x msys2.tar > NUL 21 - msys64\usr\bin\bash -lc "" 22 - msys64\usr\bin\bash -lc "for i in {1..3}; do pacman --noconfirm -Suy make wget tar patch dos2unix diffutils ca-certificates mingw-w64-i686-ca-certificates mingw-w64-x86_64-ca-certificates mingw-w64-i686-gcc mingw-w64-i686-gcc-fortran mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-fortran && break || sleep 15; done" 18 - C:\msys64\usr\bin\bash -lc "" 19 - C:\msys64\usr\bin\bash -lc "pacman --noconfirm -S make wget tar patch dos2unix diffutils ca-certificates mingw-w64-i686-ca-certificates mingw-w64-x86_64-ca-certificates mingw-w64-i686-gcc mingw-w64-i686-gcc-fortran mingw-w64-x86_64-gcc mingw-w64-x86_64-gcc-fortran" 23 20 24 21 build_script:
Note: See TracChangeset
for help on using the changeset viewer.