Skip to content
Snippets Groups Projects
Commit c43d773c authored by Anders Nilsson's avatar Anders Nilsson
Browse files

Update .gitlab-ci.yml

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