mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-02 22:57:04 -05:00
Delete .travis.yml
This commit is contained in:
parent
09763f4cd2
commit
fbd675c076
43
.travis.yml
43
.travis.yml
@ -1,43 +0,0 @@
|
||||
language: go
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
- windows
|
||||
go:
|
||||
- 1.13.3
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libx11-dev
|
||||
- mesa-common-dev
|
||||
- libglfw3-dev
|
||||
- libgles2-mesa-dev
|
||||
- libasound2-dev
|
||||
script:
|
||||
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then choco install 7zip.portable ; fi
|
||||
- mkdir -p ./opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME
|
||||
- go get
|
||||
- go build -ldflags "-X main.GitCommit=$TRAVIS_COMMIT -X main.GitBranch=$TRAVIS_TAG"
|
||||
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then ./rh.exe -open OpenDiablo2.exe -save OpenDiablo2.exe -action addskip -res d2logo.ico -mask ICONGROUP,MAIN, ; fi
|
||||
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then cp ./OpenDiablo2.exe ./opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME ; else cp ./OpenDiablo2 ./opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME; fi
|
||||
- cp ./d2logo.png ./opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME
|
||||
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then 7z a -r opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME.zip ./opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME ; else tar -cvzf opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME.tar.gz ./opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME ; fi
|
||||
git:
|
||||
quiet: true
|
||||
depth: 1
|
||||
notifications:
|
||||
email: false
|
||||
before_deploy:
|
||||
- git tag dev
|
||||
deploy:
|
||||
provider: releases
|
||||
api_key:
|
||||
secure: "$GithubApi"
|
||||
file_glob: true
|
||||
file: opendiablo2-$TRAVIS_TAG-$TRAVIS_OS_NAME.*
|
||||
skip_cleanup: true
|
||||
overwrite: true
|
||||
name: "OpenDiablo Unstable (Build $TRAVIS_BUILD_NUMBER)"
|
||||
prerelease: true
|
||||
on:
|
||||
branch: master
|
Loading…
Reference in New Issue
Block a user