Skip to content
Snippets Groups Projects
Commit 68980d60 authored by Michael Aaron Murphy's avatar Michael Aaron Murphy
Browse files

Merge branch 'master' of gitlab.redox-os.org:redox-os/ion

parents 65ae4d93 0539a44c
No related branches found
No related tags found
No related merge requests found
...@@ -4,11 +4,8 @@ before_script: ...@@ -4,11 +4,8 @@ before_script:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly - curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
- source "$HOME/.cargo/env" - source "$HOME/.cargo/env"
build: nightly:
script: script:
- cargo build - cargo build
- cargo test --lib
test: - bash examples/run_examples.sh
script:
- cargo test --lib
- bash examples/run_examples.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment