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

Update .gitlab-ci.yml

parent 9060a575
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -14,6 +14,7 @@ ...@@ -14,6 +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.
- julia -e 'Pkg.rm("LabProcesses");Pkg.clone("https://gitlab.control.lth.se/processes/LabProcesses.jl")' # Update LabProcesses first
- julia -e 'Pkg.rm("BallAndBeam");Pkg.clone(pwd()); Pkg.test("BallAndBeam",coverage = false)' - julia -e 'Pkg.rm("BallAndBeam");Pkg.clone(pwd()); Pkg.test("BallAndBeam",coverage = false)'
#- julia -e 'Pkg.update();Pkg.test("BallAndBeam", coverage = true)' #- 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment