mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
treat as one line
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -100,16 +100,16 @@ jobs:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
|
- if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
|
||||||
export GAMOS="macos"
|
export GAMOS="macos";
|
||||||
else
|
else
|
||||||
export GAMOS="${TRAVIS_OS_NAME}"
|
export GAMOS="${TRAVIS_OS_NAME}";
|
||||||
fi
|
fi
|
||||||
- if [ "${TRAVIS_CPU_ARCH}" == "amd64" ]; then
|
- if [ "${TRAVIS_CPU_ARCH}" == "amd64" ]; then
|
||||||
export PLATFORM="x86_64"
|
export PLATFORM="x86_64";
|
||||||
elif [ "${TRAVIS_OS_NAME}" == "Windows 32-bit" ]; then
|
elif [ "${TRAVIS_OS_NAME}" == "Windows 32-bit" ]; then
|
||||||
export PLATFORM="x86"
|
export PLATFORM="x86";
|
||||||
else
|
else
|
||||||
export PLATFORM="${TRAVIS_OS_NAME}"
|
export PLATFORM="${TRAVIS_OS_NAME}";
|
||||||
fi
|
fi
|
||||||
- source src/travis/${TRAVIS_OS_NAME}-before-install.sh
|
- source src/travis/${TRAVIS_OS_NAME}-before-install.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user