mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
another fix for win32
This commit is contained in:
@@ -97,7 +97,7 @@ before_install:
|
|||||||
else
|
else
|
||||||
export GAMOS="${TRAVIS_OS_NAME}";
|
export GAMOS="${TRAVIS_OS_NAME}";
|
||||||
fi
|
fi
|
||||||
- if [ "${TRAVIS_OS_NAME}" == "Windows 32-bit" ]; then
|
- if [ "${TRAVIS_JOB_NAME}" == "Windows 32-bit" ]; then
|
||||||
export PLATFORM="x86";
|
export PLATFORM="x86";
|
||||||
elif [ "${TRAVIS_CPU_ARCH}" == "amd64" ]; then
|
elif [ "${TRAVIS_CPU_ARCH}" == "amd64" ]; then
|
||||||
export PLATFORM="x86_64";
|
export PLATFORM="x86_64";
|
||||||
|
|||||||
Reference in New Issue
Block a user