1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 12:01:51 +00:00

Let's see if we can't get AppVeyor to work

This commit is contained in:
Alexander "Ace" Olofsson 2015-12-23 19:32:43 +01:00
parent c226d015ac
commit c8145a1b91
2 changed files with 9 additions and 1 deletions

View File

@ -20,6 +20,14 @@ while [ $# -gt 0 ]; do
-u )
UNITY_BUILD=true ;;
-p )
PLATFORM=$1
shift ;;
-c )
CONFIGURATION=$1
shift ;;
* )
echo "Unknown arg $ARG."
exit 1 ;;

View File

@ -40,7 +40,7 @@ cache:
clone_folder: C:\projects\openmw
before_build:
- cmd: sh PLATFORM=%PLATFORM% %APPVEYOR_BUILD_FOLDER%\CI\before_script.msvc.sh -u
- cmd: sh %APPVEYOR_BUILD_FOLDER%\CI\before_script.msvc.sh -u -p %PLATFORM%
build_script:
- cmd: if %PLATFORM%==Win32 set build=Build_32