mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added gcc
Former-commit-id: f4255ca2b97a8c96bd83bbdbc43c9d2e7c1d188f
This commit is contained in:
parent
5da6531b7a
commit
211900db7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user