mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-07 09:07:00 -05:00
Travis config updates
This commit is contained in:
parent
ef9a7826bb
commit
0e9f19fc59
@ -20,6 +20,13 @@ git:
|
||||
depth: 1
|
||||
notifications:
|
||||
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:
|
||||
provider: releases
|
||||
api_key:
|
||||
|
Loading…
Reference in New Issue
Block a user