mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-12 03:26:31 -05:00
Travis config updates
This commit is contained in:
parent
ef9a7826bb
commit
0e9f19fc59
@ -20,6 +20,13 @@ git:
|
|||||||
depth: 1
|
depth: 1
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
before_deploy:
|
||||||
|
- git config --local user.name "$GitUser"
|
||||||
|
- git config --local user.email "$GitEmail"
|
||||||
|
- git tag Build-Master-$TRAVIS_OS_NAME
|
||||||
|
- mkdir -p ./build_artifacts
|
||||||
|
- if [ "$TRAVIS_OS_NAME" = "win" ]; then cp ./OpenDiablo2.exe ./build_artifacts ; else cp ./OpenDiablo2 ./build_artifacts fi
|
||||||
|
- cp ./config.json ./build_artifacts
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
|
Loading…
Reference in New Issue
Block a user