forked from teamnwah/openmw-tes3coop
AppVeyor doesn't pass the platform env variable?
This commit is contained in:
parent
5743c839a8
commit
c226d015ac
2 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ else
|
||||||
|
|
||||||
cd $APPVEYOR_BUILD_FOLDER
|
cd $APPVEYOR_BUILD_FOLDER
|
||||||
VERSION="$(cat README.md | grep Version: | awk '{ print $3; }')-$(git rev-parse --short HEAD)"
|
VERSION="$(cat README.md | grep Version: | awk '{ print $3; }')-$(git rev-parse --short HEAD)"
|
||||||
appveyor UpdateBuild -Version "$VERSION"
|
appveyor UpdateBuild -Version "$VERSION" > /dev/null &
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run_cmd() {
|
run_cmd() {
|
||||||
|
|
|
@ -40,7 +40,7 @@ cache:
|
||||||
clone_folder: C:\projects\openmw
|
clone_folder: C:\projects\openmw
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cmd: sh %APPVEYOR_BUILD_FOLDER%\CI\before_script.msvc.sh -u -v
|
- cmd: sh PLATFORM=%PLATFORM% %APPVEYOR_BUILD_FOLDER%\CI\before_script.msvc.sh -u
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: if %PLATFORM%==Win32 set build=Build_32
|
- cmd: if %PLATFORM%==Win32 set build=Build_32
|
||||||
|
|
Loading…
Reference in a new issue