forked from WiSaGaN/ctp-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
30 lines (28 loc) · 819 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
os: linux
dist: trusty
sudo: false
language: rust
# necessary for `travis-cargo coveralls --no-sudo`
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise
- llvm-toolchain-precise-3.6
packages:
- libclang-3.6-dev
- llvm-3.6-dev
# run builds for all the trains (and more)
rust:
- nightly
- beta
- stable
- 1.32.0
# the main build
script:
- cargo build --verbose --manifest-path ctp-common/Cargo.toml
- cargo test --verbose --manifest-path ctp-common/Cargo.toml
- cargo build --verbose --manifest-path ctp-md/Cargo.toml
- cargo build --verbose --manifest-path ctp-md/Cargo.toml --features channel
- cargo build --verbose --manifest-path ctp-trader/Cargo.toml
- cargo build --verbose --manifest-path ctp-trader/Cargo.toml --features channel