Skip to content
Snippets Groups Projects
Commit 46817b31 authored by Marcus Greiff's avatar Marcus Greiff
Browse files
parents 9aacd83d d2d5a7f4
No related branches found
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.rm("LabConnections");Pkg.clone(pwd()); Pkg.test("LabConnections",coverage = false)' - julia -e 'Pkg.rm("LabConnections");Pkg.clone(pwd()); Pkg.test("LabConnections",coverage = false)'
#- /opt/julia/bin/julia -e 'Pkg.update();Pkg.test("LabConnections", coverage = true)' #- /opt/julia/bin/julia -e 'Pkg.update();Pkg.test("LabConnections", 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("LabProcesses")); #- /opt/julia/bin/julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("LabProcesses"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment