Merge branch 'fixbug_glfs' of https://github.com/simon-rock/fio
[fio.git] / appveyor.yml
CommitLineData
a2b3cb65
SW
1clone_depth: 1 # NB: this stops FIO-VERSION-GEN making tag based versions
2
349cdc89 3environment:
5580d200
SW
4 CYG_MIRROR: http://cygwin.mirror.constant.com
5 CYG_ROOT: C:\cygwin64
349cdc89
SW
6 MAKEFLAGS: -j 2
7 matrix:
a2b3cb65 8 - platform: x64
5580d200 9 PACKAGE_ARCH: x86_64
349cdc89
SW
10 CONFIGURE_OPTIONS:
11 - platform: x86
5580d200 12 PACKAGE_ARCH: i686
349cdc89
SW
13 CONFIGURE_OPTIONS: --build-32bit-win
14
5580d200
SW
15install:
16 - '%CYG_ROOT%\setup-x86_64.exe --quiet-mode --no-shortcuts --only-site --site "%CYG_MIRROR%" --packages "mingw64-%PACKAGE_ARCH%-zlib" > NULL'
a2b3cb65 17 - SET PATH=%CYG_ROOT%\bin;%PATH% # NB: Changed env variables persist to later sections
5580d200 18
349cdc89 19build_script:
5b34186f 20 - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && ./configure --disable-native --extra-cflags=\"-Werror\" ${CONFIGURE_OPTIONS} && make.exe'
349cdc89
SW
21
22after_build:
a2b3cb65 23 - cd os\windows && dobuild.cmd %PLATFORM%
349cdc89
SW
24
25test_script:
349cdc89
SW
26 - 'bash.exe -lc "cd \"${APPVEYOR_BUILD_FOLDER}\" && file.exe fio.exe && make.exe test'
27
28artifacts:
29 - path: os\windows\*.msi
30 name: msi