tqcq
99c258107b
All checks were successful
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Successful in 1m24s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Successful in 1m30s
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Successful in 1m43s
linux-mips64-gcc / linux-gcc-mips64el (push) Successful in 1m47s
linux-x64-gcc / linux-gcc (push) Successful in 2m11s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Successful in 3m19s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Successful in 3m39s
Co-authored-by: tqcq <99722391+tqcq@users.noreply.github.com> Reviewed-on: #2
32 lines
567 B
YAML
32 lines
567 B
YAML
os:
|
|
- Visual Studio 2015
|
|
- Visual Studio 2017
|
|
|
|
platform:
|
|
- x64
|
|
|
|
configuration:
|
|
#- Debug
|
|
- Release
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
build_script:
|
|
- CD
|
|
- cd ..
|
|
- CD
|
|
- git clone https://github.com/HowardHinnant/date
|
|
- cd date
|
|
- git checkout tags/v2.4
|
|
- cd ..
|
|
- cd sqlpp11
|
|
- CD
|
|
- echo %configuration%
|
|
- mkdir build
|
|
- cd build
|
|
- cmake --version
|
|
- cmake .. -DCMAKE_CXX_FLAGS="/EHsc /wd4503" -DCMAKE_PREFIX_PATH="C:\projects\date"
|
|
- cmake --build . --config %configuration%
|
|
- ctest . --build-config %configuration% --output-on-failure
|