Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
processes
LabProcesses.jl
Commits
97f22980
Commit
97f22980
authored
Jan 19, 2018
by
Fredrik Bagge Carlson
Browse files
Update .gitlab-ci.yml
parent
0b5f299d
Pipeline
#623
passed with stage
in 2 minutes and 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
97f22980
...
...
@@ -14,10 +14,10 @@
script
:
# Let's run the tests. Substitute `coverage = false` below, if you do not
# want coverage results.
-
/opt/julia/bin/
julia -e 'Pkg.rm("LabProcesses");Pkg.clone(pwd()); Pkg.test("LabProcesses",coverage =
false
)'
#-
/opt/julia/bin/
julia -e 'Pkg.update();Pkg.test("LabProcesses", coverage = true)'
-
julia -e 'Pkg.rm("LabProcesses");Pkg.clone(pwd()); Pkg.test("LabProcesses",coverage =
false
)'
#- julia -e 'Pkg.update();Pkg.test("LabProcesses", coverage = true)'
# Comment out below if you do not want coverage results.
#-
/opt/julia/bin/
julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("LabProcesses"));
#- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("LabProcesses"));
# using Coverage; cl, tl = get_summary(process_folder());
# println("(", cl/tl*100, "%) covered")'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment