blob: 36b926d4957df632884f78cae1c2e53ca88cdbe4 (
plain) (
blame)
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
|
language: rust
sudo: false
addons:
apt:
packages:
- gcc-arm-linux-gnueabihf
rust:
- nightly
- beta
- 1.4.0
os:
- osx
- linux
env:
matrix:
- TEST_FEATURES=false
- TEST_FEATURES=true
matrix:
# include:
# - os: linux
# env: TARGET=arm-unknown-linux-gnueabihf TEST_FEATURES=true
# rust: 1.4.0
exclude:
- os: osx
env: TEST_FEATURES=true
before_install:
- ./openssl/test/build.sh
script:
- ./openssl/test/run.sh
|