travis: comment osx autobuilds #61
This commit is contained in:
parent
8323df240b
commit
ba69f9e62a
1 changed files with 11 additions and 11 deletions
22
.travis.yml
22
.travis.yml
|
@ -106,17 +106,17 @@ jobs:
|
||||||
# after_script:
|
# after_script:
|
||||||
# - ccache --show-stats
|
# - ccache --show-stats
|
||||||
# - sh scripts/continious_upload.sh xash3d-mingw.7z
|
# - sh scripts/continious_upload.sh xash3d-mingw.7z
|
||||||
- # ...
|
# - # ...
|
||||||
name: "Build for OSX"
|
# name: "Build for OSX"
|
||||||
cache: ccache
|
# cache: ccache
|
||||||
os: osx
|
# os: osx
|
||||||
before_script:
|
# before_script:
|
||||||
- sh scripts/travis_common_deps.sh
|
# - sh scripts/travis_common_deps.sh
|
||||||
- sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
# - sh scripts/travis_${TRAVIS_OS_NAME}_deps.sh
|
||||||
script:
|
# script:
|
||||||
- sh scripts/build_${TRAVIS_OS_NAME}_engine.sh
|
# - sh scripts/build_${TRAVIS_OS_NAME}_engine.sh
|
||||||
after_script:
|
# after_script:
|
||||||
- sh scripts/continious_upload.sh xash3d-osx.tar.bz2
|
# - sh scripts/continious_upload.sh xash3d-osx.tar.bz2
|
||||||
- # ...
|
- # ...
|
||||||
name: "Build for Windows MSVC"
|
name: "Build for Windows MSVC"
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
|
Loading…
Add table
Reference in a new issue