Skip to content
Snippets Groups Projects
Unverified Commit e6f47cbc authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix build:linux gitlab CI

parent 9b8fb501
No related branches found
No related tags found
No related merge requests found
image: "redoxos/redoxer:latest"
variables:
GIT_SUBMODULE_STRATEGY: recursive
stages:
- build
- test
default:
before_script:
- apt-get update -qq
- apt-get install -qq git
- git submodule sync --recursive
- git submodule update --init --recursive
cache:
paths:
- target/
......@@ -18,8 +15,6 @@ default:
build:linux:
stage: build
script:
- rustup toolchain add "$(cat rust-toolchain)"
- rustup component add rust-src
- rustup show # Print version info for debugging
- make -j "$(nproc)" all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment