mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 05:23:12 -07:00
Create Tarball on Travis (Fix #3)
This commit is contained in:
parent
3f6cc3647e
commit
08f5a3d4bf
1 changed files with 15 additions and 2 deletions
17
.travis.yml
17
.travis.yml
|
@ -3,7 +3,8 @@ language: cpp
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
- name: Linux
|
||||||
|
os: linux
|
||||||
dist: bionic
|
dist: bionic
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -34,7 +35,8 @@ matrix:
|
||||||
- ./linuxdeploy-x86_64.AppImage --appdir=appdir -e appdir/usr/bin/chiaki -d appdir/usr/share/applications/chiaki.desktop --plugin qt --output appimage
|
- ./linuxdeploy-x86_64.AppImage --appdir=appdir -e appdir/usr/bin/chiaki -d appdir/usr/share/applications/chiaki.desktop --plugin qt --output appimage
|
||||||
- mv Chiaki-*-x86_64.AppImage Chiaki-x86_64.AppImage
|
- mv Chiaki-*-x86_64.AppImage Chiaki-x86_64.AppImage
|
||||||
|
|
||||||
- os: osx
|
- name: macOS
|
||||||
|
os: osx
|
||||||
osx_image: xcode11
|
osx_image: xcode11
|
||||||
addons:
|
addons:
|
||||||
homebrew:
|
homebrew:
|
||||||
|
@ -53,6 +55,17 @@ matrix:
|
||||||
- cp -a build/gui/chiaki.app Chiaki.app
|
- cp -a build/gui/chiaki.app Chiaki.app
|
||||||
- /usr/local/opt/qt/bin/macdeployqt Chiaki.app -dmg
|
- /usr/local/opt/qt/bin/macdeployqt Chiaki.app -dmg
|
||||||
|
|
||||||
|
- name: "Source Package"
|
||||||
|
os: linux
|
||||||
|
dist: bionic
|
||||||
|
install: ~
|
||||||
|
script:
|
||||||
|
- find . -name ".git*" | xargs rm -rfv
|
||||||
|
- mkdir chiaki && shopt -s extglob && mv !(chiaki) chiaki
|
||||||
|
- tar -czvf "$DEPLOY_FILE" chiaki
|
||||||
|
env:
|
||||||
|
- DEPLOY_FILE="chiaki-src.tar.gz"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- scripts/build-ffmpeg.sh
|
- scripts/build-ffmpeg.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue