kopie van
https://github.com/quitesimpleorg/qsmaddy.git
synced 2024-11-05 09:14:38 +01:00
16 regels
302 B
YAML
16 regels
302 B
YAML
image: Visual Studio 2017
|
|
|
|
install:
|
|
- cmd: git submodule update --init --recursive
|
|
|
|
before_build:
|
|
- cmd: mkdir tmp
|
|
- cmd: cd tmp
|
|
- cmd: cmake -G "Visual Studio 15 Win64" ..
|
|
|
|
build:
|
|
project: $(APPVEYOR_BUILD_FOLDER)\tmp\$(APPVEYOR_PROJECT_NAME).sln
|
|
|
|
test_script:
|
|
- cmd: ctest -VV -C "Debug"
|