forked from mirror/openmw-tes3mp
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
311 B
YAML
21 lines
311 B
YAML
10 years ago
|
version: "{build}"
|
||
|
|
||
|
platform:
|
||
|
- Win32
|
||
|
- x64
|
||
|
|
||
|
matrix:
|
||
|
fast_finish: true
|
||
|
|
||
|
init:
|
||
|
- cmd: cmake --version
|
||
|
- cmd: msbuild /version
|
||
|
|
||
|
clone_folder: C:\projects\openmw
|
||
|
|
||
|
build:
|
||
|
- cmd: sh C:\projects\openmw\CI\build.msvc.sh %platform%
|
||
|
|
||
|
before_build:
|
||
|
- cmd: sh C:\projects\openmw\CI\before_script.msvc.sh %platform%
|