mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
c4a21438ad
- Rename .travis dir to .ci, since it isn't just for Travis - Convert Linux build scripts to posix sh - Clean up some scripts per shellcheck
17 lines
334 B
Bash
17 lines
334 B
Bash
# Variables set by Travis CI
|
|
TRAVIS_PULL_REQUEST
|
|
TRAVIS_BRANCH
|
|
TRAVIS_COMMIT
|
|
# Variables set by Azure Pipelines
|
|
IS_AZURE
|
|
BUILD_REASON
|
|
BUILD_SOURCEVERSION
|
|
BUILD_ARTIFACTSTAGINGDIRECTORY
|
|
BUILD_REPOSITORY_NAME
|
|
BUILD_SOURCEBRANCHNAME
|
|
# Variables for Travis build matrix
|
|
COMPILER
|
|
DEPLOY_APPIMAGE
|
|
# Private Travis CI variables
|
|
GITHUB_TOKEN
|