şunun yansıması
https://github.com/quitesimpleorg/qsmaddy.git
eşitlendi 2024-11-05 09:14:38 +01:00
13 satır
227 B
YAML
13 satır
227 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" ..
|
|
|
|
test_script:
|
|
- cmd: ctest -VV -C "Release"
|