Add .gitlab-ci.yml
This commit is contained in:
parent
35aa9fdc00
commit
278f34cbff
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
before_script:
|
||||||
|
- apt-get update -qq && apt-get install -y -qq curl
|
||||||
|
- curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
||||||
|
|
||||||
|
build:
|
||||||
|
script:
|
||||||
|
- cargo build --release
|
Loading…
Reference in New Issue
Block a user