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

Add .gitlab-ci.yml

parent 7467ebfe
No related branches found
No related tags found
No related merge requests found
before_script:
- curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
build:
script:
- cargo build --release
test:
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.
Finish editing this message first!
Please register or to comment