mirror of
https://gitlab.com/mailcat-devs/mailcat.git
synced 2025-12-20 12:13:26 +01:00
Add .gitlab-ci.yml
This commit is contained in:
parent
37a9cf93a3
commit
cdd27b3741
1 changed files with 9 additions and 0 deletions
9
.gitlab-ci.yml
Normal file
9
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
variables:
|
||||
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
|
||||
CARGO_TARGET_DIR: "/ci-cache/${CI_PROJECT_NAME}/targets/${CI_COMMIT_REF_NAME}/${CI_JOB_NAME}"
|
||||
|
||||
test:
|
||||
stage: test
|
||||
image: rust:1.53.0
|
||||
script:
|
||||
- cargo test --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue