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

Instantiate in CI

parent ff8efd6a
No related branches found
No related tags found
1 merge request!39KM3DB extension
......@@ -26,6 +26,7 @@ before_script:
Pkg.Registry.add(RegistrySpec(url = "https://git.km3net.de/common/julia-registry"))'
julia --project=@. -e '
using Pkg
Pkg.instantiate()
Pkg.resolve()
Pkg.build()
Pkg.test(coverage=true)'
......
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