Skip to content
Snippets Groups Projects

Setup for CI

Merged rarbore2 requested to merge ci into main
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
.gitlab-ci.yml 0 → 100644
+ 9
0
build-job:
stage: build
script:
- cargo build
test-job:
stage: test
script:
- cargo test
Loading