mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
vs2017
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2017
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
@@ -11,7 +11,7 @@ build_script:
|
|||||||
|
|
||||||
cd x86
|
cd x86
|
||||||
|
|
||||||
cmake ../.. -T v140_xp
|
cmake ../.. -T v141_xp
|
||||||
|
|
||||||
cmake --build . --config RelWithDebInfo
|
cmake --build . --config RelWithDebInfo
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user