And another.

This commit is contained in:
Robin Mills 2020-12-12 19:55:36 +00:00
parent 686b7da194
commit a5b6a7477e

View File

@ -26,7 +26,7 @@ install:
build_script:
- cmd: set CMD=%CDM%; mkdir -p build
- cmd: set CMD=mkdir -p build
- cmd: set CMD=%CMD%; cd build
- cmd: set CMD=%CMD%; cmake .. -G 'Unix Makefiles' -DCMAKE_CXX_STANDARD=98 -DCMAKE_CXX_FLAGS=-Wno-deprecated
- cmd: set CMD=%CMD%; make python_tests