Update .gitlab-ci.yml file
This commit is contained in:
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
unit-test-job:
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- julia --project=julia/Project.toml -E 'using Pkg; Pkg.test()'
|
||||||
Reference in New Issue
Block a user