mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 18:07:09 +01:00
travis: deploy at least appimage now
This commit is contained in:
parent
6a78b4ed1f
commit
ec80b0884f
@ -42,3 +42,7 @@ script:
|
||||
- sh scripts/build_${TRAVIS_OS_NAME}_engine.sh
|
||||
# - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh scripts/build_android_engine.sh; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh scripts/build_mingw_engine.sh; fi
|
||||
after_script:
|
||||
- cd ${TRAVIS_BUILD_DIR}
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then ccache --show-stats > ccache_stats.log; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh scripts/travis-deploy.sh newengine Xash3DFWGS-i386.AppImage ccache_stats.log; fi
|
||||
|
Loading…
Reference in New Issue
Block a user