Browse Source

travis: add mingw build deployment

pull/2/head
Alibek Omarov 6 years ago
parent
commit
cbb8db0089
  1. 2
      .travis.yml

2
.travis.yml

@ -45,4 +45,4 @@ script: @@ -45,4 +45,4 @@ script:
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
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh scripts/travis-deploy.sh newengine Xash3DFWGS-i386.AppImage xash3d-mingw.7z ccache_stats.log; fi

Loading…
Cancel
Save