Skip to content
Snippets Groups Projects
Commit 255ee441 authored by Florian Blasius's avatar Florian Blasius
Browse files

Update .gitlab-ci.yml

parent f7c14c91
No related branches found
No related tags found
No related merge requests found
......@@ -8,11 +8,9 @@ before_script:
build:linux:
stage: build
before_script:
- apt-get update && apt-get -y install cmake
script:
- rustup default nightly
- cargo build
- make tests
cache:
paths:
- cargo/
......@@ -42,4 +40,4 @@ test:linux:
dependencies:
- build:linux
script:
- cargo test
\ No newline at end of file
- cargo test
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