From dee4b7a5aefe8aa8953abc37106cd6b443a84c10 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <cont-frb@ulund.org> Date: Wed, 23 Aug 2017 22:59:24 +0200 Subject: [PATCH] Trying to get CI working --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bd66ab6..3350e88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,8 +19,9 @@ script: # Let's run the tests. Substitute `coverage = false` below, if you do not # want coverage results. - - /opt/julia/bin/julia -e 'Pkg.clone(pwd()); Pkg.test("BallAndBeam", - coverage = true)' + # - /opt/julia/bin/julia -e 'Pkg.clone(pwd()); Pkg.test("BallAndBeam", + # coverage = true)' + - /opt/julia/bin/julia -e '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")); using Coverage; cl, tl = get_summary(process_folder()); -- GitLab