mirror of
https://github.com/Maschell/WUPSPluginPlayground.git
synced 2024-11-28 06:24:23 +01:00
Fix content of the release zip, only build the master branch
This commit is contained in:
parent
bc29229b7a
commit
2b38880961
@ -2,6 +2,9 @@ language: cpp
|
|||||||
os: linux
|
os: linux
|
||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- DEVKITPRO=/opt/devkitpro
|
- DEVKITPRO=/opt/devkitpro
|
||||||
@ -48,11 +51,11 @@ before_deploy:
|
|||||||
- cd $TRAVIS_BUILD_DIR/
|
- cd $TRAVIS_BUILD_DIR/
|
||||||
- mkdir -p "wiiu/plugins"
|
- mkdir -p "wiiu/plugins"
|
||||||
- commit="$(git rev-parse --short=7 HEAD)"
|
- commit="$(git rev-parse --short=7 HEAD)"
|
||||||
- find plugins -type f -name "*.mod" | xargs -i cp {} wiiu/plugins
|
- find -type f -name "*.mod" | xargs -i cp {} wiiu/plugins
|
||||||
- zip -r wups_playground_plugins_$commit.zip wiiu
|
- zip -r wups_playground_plugins_$commit.zip wiiu
|
||||||
- git config --local user.name "Maschell"
|
- git config --local user.name "Maschell"
|
||||||
- git config --local user.email "Maschell@gmx.de"
|
- git config --local user.email "Maschell@gmx.de"
|
||||||
- git tag "$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
|
- git tag "WUPSPluginPlayground-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)"
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
Loading…
Reference in New Issue
Block a user