Skip to content

Commit ffa5ed1

Browse files
authored
Update .travis.yml
1 parent 33b1505 commit ffa5ed1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.travis.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,21 @@ install:
1111
script:
1212
- valac --pkg 'gtk+-3.0' --pkg 'gmodule-2.0' --pkg posix main.vala progress.vala -o appimageupdategui -v
1313
- strip appimageupdategui
14+
- mv appimageupdategui AppImageUpdate.AppDir/usr/bin/
15+
- wget -c https://github.com/probonopd/zsync-curl/releases/download/_binaries/zsync_curl -O AppImageUpdate.AppDir/usr/bin/zsync_curl
16+
- chmod a+x AppImageUpdate.AppDir/usr/bin/zsync_curl
17+
- cp -r appimageupdategui/ui AppImageUpdate.AppDir/usr/bin/
18+
- wget https://github.com/probonopd/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
19+
- chmod a+x appimagetool*.AppImage
20+
- ./appimagetool*.AppImage ./AppImageUpdate.AppDir
21+
- ls -lh
22+
23+
after_success:
24+
- ls -lh out/* # Assuming you have some files in out/ that you would like to upload
25+
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
26+
- bash ./upload.sh out/*
27+
28+
branches:
29+
except:
30+
- # Do not build tags that we create when we upload to GitHub Releases
31+
- /^(?i:continuous)$/

0 commit comments

Comments
 (0)