|
|
|
@ -15,7 +15,7 @@ environment:
|
|
|
|
|
- STEP: misc
|
|
|
|
|
# - STEP: components # misc builds this too
|
|
|
|
|
# Build takes too long for these, ignore for now
|
|
|
|
|
# - STEP: openmw
|
|
|
|
|
- STEP: openmw
|
|
|
|
|
# - STEP: opencs
|
|
|
|
|
|
|
|
|
|
matrix:
|
|
|
|
@ -40,7 +40,7 @@ cache:
|
|
|
|
|
clone_folder: C:\projects\openmw
|
|
|
|
|
|
|
|
|
|
before_build:
|
|
|
|
|
- cmd: sh %APPVEYOR_BUILD_FOLDER%\CI\before_script.msvc.sh
|
|
|
|
|
- cmd: sh %APPVEYOR_BUILD_FOLDER%\CI\before_script.msvc.sh -u
|
|
|
|
|
|
|
|
|
|
build_script:
|
|
|
|
|
- cmd: if %PLATFORM%==Win32 set build=Build_32
|
|
|
|
|