mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-25 21:02:31 +00:00
Added gcc
Former-commit-id: f4255ca2b97a8c96bd83bbdbc43c9d2e7c1d188f
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user