Added gcc

Former-commit-id: f4255ca2b97a8c96bd83bbdbc43c9d2e7c1d188f
This commit is contained in:
Forest Anderson 2019-04-23 14:02:08 -04:00 committed by Forest
parent 5da6531b7a
commit 211900db7f

View File

@ -13,9 +13,10 @@ rust-nightly:
image: ubuntu:latest
script:
- apt-get update
- apt-get install curl -y
- apt-get install curl git gcc -y
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
- source /root/.cargo/env
- git submodule update --init --recursive
- cargo build
- cargo test --verbose
allow_failure: false