aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2019-12-16Travis: Turn off Tor's Sandbox in Chutney jobsteor
We need to set "Sandbox 0", until we fix sandbox errors that are triggered by Ubuntu Xenial and Bionic. See 32722. Part of 32240.
2019-12-16Merge branch 'maint-0.4.2'teor
2019-12-16Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-12-16Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-12-16Merge remote-tracking branch 'tor-github/pr/1577' into maint-0.4.2teor
2019-12-16Merge remote-tracking branch 'tor-github/pr/1576' into maint-0.3.5teor
2019-12-16Merge remote-tracking branch 'tor-github/pr/1575' into maint-0.2.9teor
2019-12-03Merge branch 'maint-0.4.2'teor
2019-12-03Merge branch 'maint-0.4.1' into maint-0.4.2teor
2019-12-03Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-12-03Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-12-03Travis: use -std=gnu99 with NSS, and clang with Chutneyteor
NSS: * test NSS-specific code with -std=gnu99 * use a recent gcc version from the latest Ubuntu image Chutney: * use clang, so we keep one clang Linux job * keep clang on a fast job, so the overall build finishes quickly Closes ticket 32500 for 0.3.5.
2019-12-03Merge branch 'maint-0.2.9' into maint-0.3.5teor
Merge C_DIALECT_OPTIONS from ticket32500_029 with other configure options from maint-0.3.5.
2019-12-03Travis: use -std=gnu99 in some jobsteor
Require C99 standards-conforming code in Travis CI, but allow GNU gcc extensions. Also activates clang's -Wtypedef-redefinition warnings. Builds some jobs with -std=gnu99, and some jobs without. Closes ticket 32500.
2019-12-02Travis: Set pipefailteor
2019-12-01Merge branch 'ticket32629_041' into ticket32629_042teor
Merge RUST_VERSION from maint-0.4.2 with disabling the macOS Rust job from ticket32629_041.
2019-12-01Merge branch 'ticket32629_040' into ticket32629_041teor
2019-12-01Merge branch 'ticket32629_035' into ticket32629_040teor
2019-12-01Travis: Disable the macOS Rust jobteor
This time, we're disabling it because it's the lowest priority job. (And also slow.) Part of 32629.
2019-11-28Merge branch 'ticket32629_029' into ticket32629_035teor
Merge re-enable chutney from ticket32629_029 with stem from maint-0.3.5.
2019-11-28Revert "Travis: Disable the Rust macOS build"teor
This reverts commit 4c4a0d50ff4fd01862b78e8cbfaabfa9e4d4ae12.
2019-11-28Revert "Travis: Disable all but one macOS build"teor
This reverts commit 511aeba8eeb24a953228e00917f64703059a7673.
2019-10-29Merge branch 'maint-0.4.2'teor
2019-10-29Merge branch 'maint-0.4.1' into maint-0.4.2teor
2019-10-29Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-10-29Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-10-29Merge branch 'maint-0.2.9' into maint-0.3.5teor
2019-10-29Merge remote-tracking branch 'tor-github/pr/1460' into maint-0.2.9teor
2019-10-25Merge remote-tracking branch 'tor-github/pr/1462'teor
2019-10-25Travis: Install coccinelle on macOS and Linuxteor
And print the spatch version and build details Part of 31919.
2019-10-25Merge branch 'maint-0.4.2'teor
2019-10-25Merge branch 'maint-0.4.1' into maint-0.4.2teor
2019-10-25Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-10-25Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-10-25Merge branch 'ticket31919_bionic_029' into ticket31919_bionic_035teor
2019-10-25Travis: Use Ubuntu Bionic, but keep Trusty for chutneyteor
Bionic has a recent coccinelle version, which passes our CI tests. But Bionic (and Xenial) cause permissions errors for chutney. We'll fix those in 32240. Part of 31919.
2019-10-24Travis: Use macOS 10.14 with Xcode 11.2teor
Closes ticket 32241.
2019-10-24Travis: Use zstd in our Travis Linux buildsteor
Recent Ubuntu versions have zstd >= 1.1, which is an optional tor build dependency. Closes ticket 32242.
2019-10-23Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-10-23Merge remote-tracking branch 'tor-github/pr/1361' into maint-0.4.0teor
2019-10-23Merge remote-tracking branch 'tor-github/pr/1360' into maint-0.3.5teor
2019-10-23Merge remote-tracking branch 'tor-github/pr/1351' into maint-0.2.9teor
2019-10-22Merge branch 'maint-0.4.2'teor
2019-10-22Merge branch 'maint-0.4.0' into maint-0.4.1teor
2019-10-22Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-10-22Merge branch 'ticket32177_041' into ticket32177_042teor
Merge RUST_VERSION from maint-0.4.2 into disabled macOS rust build from ticket32177_041.
2019-10-22Merge branch 'ticket32177_040' into ticket32177_041teor
2019-10-22Merge branch 'ticket32177_035' into ticket32177_040teor
2019-10-22Travis: Disable the Rust macOS buildteor
This build was added in 0.3.5. We need to mitigate slow scheduling of Travis macOS jobs. Closes ticket 32177.
2019-10-22Merge branch 'ticket32177_029' into ticket32177_035teor
Stem from maint-0.3.5, disabled macOS chutney from ticket32177_029.