Skip to content

Commit

Permalink
Try #1345:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] authored Oct 13, 2020
2 parents 9ed04bb + 1fa9640 commit d59ab92
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 442 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
.vscode/
docs/build/
docs/site/
deps
Manifest.toml
22 changes: 4 additions & 18 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,16 @@ include:
image: nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04


# julia:1.0:
# julia:1.4:
# extends:
# - .julia:1.0
# - .test
# tags:
# - nvidia
#
# julia:1.1:
# extends:
# - .julia:1.1
# - .test
# tags:
# - nvidia
#
# julia:1.2:
# extends:
# - .julia:1.2
# - .julia:1.4
# - .test
# tags:
# - nvidia

julia:1.4:
julia:1.5:
extends:
- .julia:1.4
- .julia:1.5
- .test
tags:
- nvidia
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ notifications:
jobs:
include:
- stage: "Documentation"
julia: 1.3
julia: 1.4
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand Down
Loading

0 comments on commit d59ab92

Please sign in to comment.