Skip to content

Commit

Permalink
gitlab debug10
Browse files Browse the repository at this point in the history
  • Loading branch information
denizyuret committed Aug 29, 2019
1 parent 492e41e commit 85c4125
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,18 @@ test:dev:

coverage:
allow_failure: true

test:memchk:
extends: .test
variables:
CI_VERSION_TAG: 'v1.2'
script:
- julia -e 'using InteractiveUtils; versioninfo()'
- mkdir $JULIA_DEPOT_PATH # Pkg.jl#325
- julia -e 'using Pkg;
Pkg.develop([PackageSpec(path=pwd());
[PackageSpec(name=pkg)
for pkg in split(get(ENV,"CI_DEV_PKGS",""))]])'
- cuda-memcheck julia -e "using Pkg;
pkg\"build ${CI_PROJECT_NAME}\";
pkg\"test --coverage ${CI_PROJECT_NAME}\""
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
#TODO include("progress.jl")
#TODO include("random.jl")
#TODO include("train.jl")
#TODO include("uva.jl")
#TODO include("uva.jl")

0 comments on commit 85c4125

Please sign in to comment.