Added gcc

Former-commit-id: d8dc7ac7a7a133f261531544010d9554c3b41b0e
This commit is contained in:
Forest Anderson 2019-04-23 14:02:08 -04:00
parent a580d46820
commit 91223ef41a

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