Skip to content
Snippets Groups Projects
Verified Commit 9161e85c authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Use Pkg

parent b26d0666
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ before_script:
Pkg.update()
Pkg.Registry.add(RegistrySpec(url = "https://git.km3net.de/common/julia-registry"))'
julia --project=@. -e '
using Pkg
Pkg.build()
Pkg.test(coverage=true)'
.coverage:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment