General structure

This commit is contained in:
VC
2020-02-29 13:54:14 +01:00
parent 0be301c119
commit c38b46cb8d
6 changed files with 1875 additions and 1 deletions

10
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,10 @@
stages:
- build
rust-latest:
stage: build
image: rust:latest
script:
- cargo build --verbose
- cargo test --verbose