[PR #1443] [MERGED] Automatically build each commit on Travis CI and upload #3968

Closed
opened 2026-05-05 10:11:19 -06:00 by gitea-mirror · 0 comments
Owner

📋 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: masterHead: patch-1


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/1443 **Author:** [@probonopd](https://github.com/probonopd) **Created:** 8/8/2017 **Status:** ✅ Merged **Merged:** 8/14/2017 **Merged by:** [@netblue30](https://github.com/netblue30) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (10+) - [`feb9790`](https://github.com/netblue30/firejail/commit/feb979044f09850d20bbd88ffc2448de738eefeb) Create .travis.yml - [`5a8eab1`](https://github.com/netblue30/firejail/commit/5a8eab12781538424462e16e5ce47de43bf05411) Update .travis.yml - [`caa3cd6`](https://github.com/netblue30/firejail/commit/caa3cd6c5f8538ad01e122163a54b6a6b3b9fef4) Update .travis.yml - [`dc50571`](https://github.com/netblue30/firejail/commit/dc5057155d140a369244b89ae77c2f6ed106149e) Update .travis.yml - [`cef84f5`](https://github.com/netblue30/firejail/commit/cef84f5c3c29e556830eb3019759df7d89a282f8) Update .travis.yml - [`090766d`](https://github.com/netblue30/firejail/commit/090766d9ee520493fa4c67f9c4603d398bfec79b) Update .travis.yml - [`15de2a9`](https://github.com/netblue30/firejail/commit/15de2a96e24631125963454350d631d2b2680377) Update .travis.yml - [`229982f`](https://github.com/netblue30/firejail/commit/229982fa60783a834be888a1a1b1d39c0c89af88) Update .travis.yml - [`40e946e`](https://github.com/netblue30/firejail/commit/40e946e583a13fd319779e1522a40df0cf05c2dc) Update .travis.yml - [`5c31c02`](https://github.com/netblue30/firejail/commit/5c31c02a0dcc9643da8a4a68124bd3cf9b800297) Update .travis.yml ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.travis.yml` (+11 -0) </details> ### 📄 Description Currently, no binaries of recent versions are available for download. This PR, when merged, will compile this application on [Travis CI](https://travis-ci.org/) 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](https://travis-ci.org/getting_started) __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](https://help.github.com/articles/configuring-commit-squashing-for-pull-requests/) on your repo. It allows you to squash (combine) the commits when merging. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:11:19 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#3968
No description provided.