Skip to content
Snippets Groups Projects
Commit 9060a575 authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Update .gitlab-ci.yml

parent 2fd4bc7b
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -14,10 +14,10 @@
script:
# Let's run the tests. Substitute `coverage = false` below, if you do not
# want coverage results.
- /opt/julia/bin/julia -e 'Pkg.rm("BallAndBeam");Pkg.clone(pwd()); Pkg.test("BallAndBeam",coverage = false)'
#- /opt/julia/bin/julia -e 'Pkg.update();Pkg.test("BallAndBeam", coverage = true)'
- julia -e 'Pkg.rm("BallAndBeam");Pkg.clone(pwd()); Pkg.test("BallAndBeam",coverage = false)'
#- julia -e 'Pkg.update();Pkg.test("BallAndBeam", coverage = true)'
# Comment out below if you do not want coverage results.
#- /opt/julia/bin/julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("BallAndBeam"));
#- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("BallAndBeam"));
# using Coverage; cl, tl = get_summary(process_folder());
# println("(", cl/tl*100, "%) covered")'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment