mirror of
https://github.com/wiremod/advdupe2.git
synced 2025-03-04 03:03:05 -05:00
Updated gmad_linux ref to always use latest build from wiremod repo.
This commit is contained in:
parent
82c01c73c6
commit
09f9f7d382
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,3 @@
|
|||||||
.svn/
|
|
||||||
luac.out
|
luac.out
|
||||||
|
|
||||||
# Cache/Options directory for Visual Studio 2015 and higher
|
# Cache/Options directory for Visual Studio 2015 and higher
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
dist: trusty
|
dist: bionic
|
||||||
sudo: false
|
sudo: false
|
||||||
language: minimal
|
language: minimal
|
||||||
|
|
||||||
@ -10,11 +10,8 @@ branches:
|
|||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
||||||
script:
|
|
||||||
- git diff --check $TRAVIS_COMMIT_RANGE
|
|
||||||
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- curl -L "https://github.com/AbigailBuccaneer/gmad-build/releases/download/v20180201/gmad_linux" -o "$HOME/gmad_linux"
|
- curl -L "https://github.com/wiremod/gmad-build/releases/latest/download/gmad_linux" -o "$HOME/gmad_linux"
|
||||||
- chmod +x "$HOME/gmad_linux"
|
- chmod +x "$HOME/gmad_linux"
|
||||||
- $HOME/gmad_linux create -folder . -out advdupe2.gma
|
- $HOME/gmad_linux create -folder . -out advdupe2.gma
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user