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 31, 2020
2 parents c5b0cec + 2dc8762 commit 9a095a9
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 453 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
31 changes: 3 additions & 28 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,8 @@
include:
- 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'
include: 'https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v6.yml'

image: nvidia/cuda:10.1-cudnn7-devel-ubuntu18.04


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

julia:1.4:
julia:1.5:
extends:
- .julia:1.4
- .julia:1.5
- .test
tags:
- nvidia
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ os:
# - osx

julia:
- 1.4
- 1.3
- 1
- nightly

Expand All @@ -16,7 +16,7 @@ notifications:
jobs:
include:
- stage: "Documentation"
julia: 1.3
julia: 1
os: linux
script:
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd()));
Expand Down
Loading

0 comments on commit 9a095a9

Please sign in to comment.