mirror of
https://gitlab.com/MisterBiggs/astro-helper.git
synced 2025-06-15 22:56:41 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
438a6aa104
commit
928784937b
@ -19,7 +19,11 @@
|
||||
script:
|
||||
# Let's run the tests. Substitute `coverage = false` below, if you do not
|
||||
# want coverage results.
|
||||
- julia -e 'using Pkg; Pkg.add(pwd()); Pkg.build("AstroHelper"); Pkg.test("AstroHelper"; coverage = true)'
|
||||
- julia --project -e '
|
||||
using Pkg;
|
||||
Pkg.instantiate();
|
||||
Pkg.build();
|
||||
Pkg.test(; coverage=true);'
|
||||
# Comment out below if you do not want coverage results.
|
||||
# - julia -e 'using Pkg; Pkg.add("Coverage");
|
||||
# import AstroHelper; cd(joinpath(dirname(pathof(AstroHelper)), ".."));
|
||||
|
Loading…
x
Reference in New Issue
Block a user