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

29 lines
408 B
YAML
Raw Normal View History

2015-12-28 03:23:27 +08:00
os: Visual Studio 2015
platform:
- x64
configuration:
- Debug
- Release
matrix:
fast_finish: true
build_script:
- CD
- pushd ..
- CD
- git clone https://github.com/HowardHinnant/date
- popd
- CD
- echo %configuration%
- mkdir build
2015-12-28 03:35:13 +08:00
#- pushd .
2015-12-28 03:23:27 +08:00
- cd build
- cmake --version
- cmake ..
- cmake --build . --config %configuration%
- ctest . --build-config %configuration%