mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Build 32/64-bit Linux and FreeBSD on Travis CI (#286)
This commit is contained in:
+11
-1
@@ -1,6 +1,14 @@
|
|||||||
---
|
---
|
||||||
language: rust
|
language: rust
|
||||||
sudo: false
|
sudo: false
|
||||||
|
cache:
|
||||||
|
- apt
|
||||||
|
- cargo
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
# to x-compile miniz-sys from sources
|
||||||
|
- gcc-multilib
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
@@ -9,10 +17,12 @@ matrix:
|
|||||||
# releases prior to the current stable.
|
# releases prior to the current stable.
|
||||||
- rust: 1.21.0
|
- rust: 1.21.0
|
||||||
- rust: stable
|
- rust: stable
|
||||||
- os: osx
|
|
||||||
- rust: beta
|
- rust: beta
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
|
- os: osx
|
||||||
- env: TARGET=x86_64-unknown-freebsd
|
- env: TARGET=x86_64-unknown-freebsd
|
||||||
|
- env: TARGET=i686-unknown-freebsd
|
||||||
|
- env: TARGET=i686-unknown-linux-gnu
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|||||||
Reference in New Issue
Block a user