mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
29 lines
408 B
YAML
29 lines
408 B
YAML
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
|
|
#- pushd .
|
|
- cd build
|
|
- cmake --version
|
|
- cmake ..
|
|
- cmake --build . --config %configuration%
|
|
- ctest . --build-config %configuration%
|
|
|