mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #1443] [MERGED] Automatically build each commit on Travis CI and upload #3968
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#3968
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/1443
Author: @probonopd
Created: 8/8/2017
Status: ✅ Merged
Merged: 8/14/2017
Merged by: @netblue30
Base:
master← Head:patch-1📝 Commits (10+)
feb9790Create .travis.yml5a8eab1Update .travis.ymlcaa3cd6Update .travis.ymldc50571Update .travis.ymlcef84f5Update .travis.yml090766dUpdate .travis.yml15de2a9Update .travis.yml229982fUpdate .travis.yml40e946eUpdate .travis.yml5c31c02Update .travis.yml📊 Changes
1 file changed (+11 additions, -0 deletions)
View changed files
➕
.travis.yml(+11 -0)📄 Description
Currently, no binaries of recent versions are available for download.
This PR, when merged, will compile this application on Travis CI upon each
git push, and upload it to a temporary download URL on transfer.sh (available for 14 days). The download URL is toward the end of each Travis CI build log of each build (see below for how to set up automatic uploading to your GitHub Releases page).For this to work, you need to enable Travis CI for your repository as described here prior to merging this, if you haven't already done so.
Please note: Instead of storing AppImage builds temporarily for 14 days each on transfer.sh, you could use GitHub Releases to store the binaries permanently. This way, they would be visible on the Releases page of your project. This is what I recommend. See https://docs.travis-ci.com/user/deployment/releases/. If you want to do this for continuous builds, also see https://github.com/probonopd/uploadtool.
If you would like to see only one entry for the Pull Request in your project's history, then please enable this GitHub functionality on your repo. It allows you to squash (combine) the commits when merging.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.