0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00
sqlpp11/.appveyor.yml

32 lines
547 B
YAML
Raw Normal View History

os:
- Visual Studio 2015
- Visual Studio 2017
2015-12-28 03:23:27 +08:00
platform:
- x64
configuration:
#- Debug
2015-12-28 03:23:27 +08:00
- Release
matrix:
fast_finish: true
build_script:
- CD
- cd ..
2015-12-28 03:23:27 +08:00
- CD
2018-01-31 22:55:02 +08:00
- git clone https://github.com/HowardHinnant/date
- cd date
- git checkout tags/v2.4
- cd ..
- cd sqlpp11
2015-12-28 03:23:27 +08:00
- CD
- echo %configuration%
- mkdir build
- cd build
- cmake --version
- cmake .. -DCMAKE_CXX_FLAGS="/EHsc /wd4503" -DCMAKE_PREFIX_PATH="C:\projects\date"
2015-12-28 03:23:27 +08:00
- cmake --build . --config %configuration%
- ctest . --build-config %configuration%