mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
10 lines
229 B
YAML
10 lines
229 B
YAML
version: 1.0.{build}
|
|
|
|
build_script:
|
|
- cmd: >-
|
|
cmake --config Release -Bbuild -H. -G"Visual Studio 14 2015 Win64"
|
|
|
|
msbuild /p:Configuration=Release build\precomp.sln
|
|
|
|
artifacts:
|
|
- path: build\Release\precomp.exe
|