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

Trying to get CI working

parent 331cf53e
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,9 @@ ...@@ -19,8 +19,9 @@
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", # - /opt/julia/bin/julia -e 'Pkg.clone(pwd()); Pkg.test("BallAndBeam",
coverage = true)' # coverage = true)'
- /opt/julia/bin/julia -e '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"));
using Coverage; cl, tl = get_summary(process_folder()); using Coverage; cl, tl = get_summary(process_folder());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment