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

Add KM3NeT Julia registry in CI

parent 6488e85c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ before_script:
- |
julia --project=@. -e '
using Pkg
Pkg.Registry.add(RegistrySpec(url = "https://git.km3net.de/common/julia-registry"))
Pkg.build()
Pkg.test(coverage=true)'
.coverage:
......@@ -15,6 +16,7 @@ before_script:
- |
julia -e '
using Pkg
Pkg.Registry.add(RegistrySpec(url = "https://git.km3net.de/common/julia-registry"))
Pkg.add("Coverage")
using Coverage
c, t = get_summary(process_folder())
......
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