Skip to content
Snippets Groups Projects
Commit cc0402cd authored by Russel Arbore's avatar Russel Arbore
Browse files

ci config

parent 22b5763b
1 merge request!52Setup for CI
Pipeline #200255 failed
This commit is part of merge request !52. Comments created here will be created in the context of that merge request.
.gitlab-ci.yml 0 → 100644
build-job:
stage: build
script:
- cargo build
test-job:
stage: test
script:
- 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