From 91223ef41ad4ce3d668dfd8de36c3f8543534692 Mon Sep 17 00:00:00 2001 From: Forest Anderson Date: Tue, 23 Apr 2019 14:02:08 -0400 Subject: [PATCH] Added gcc Former-commit-id: d8dc7ac7a7a133f261531544010d9554c3b41b0e --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a009cc5bf..669c753751 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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