Add .gitlab-ci.yml
This commit is contained in:
parent
35aa9fdc00
commit
278f34cbff
1 changed files with 7 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue