File tree Expand file tree Collapse file tree 4 files changed +42
-8
lines changed Expand file tree Collapse file tree 4 files changed +42
-8
lines changed Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - julia_version : 1.0
4
- - julia_version : latest
3
+ - julia_version : 1.0
4
+ - julia_version : latest
5
5
6
6
platform :
7
7
- x86
8
8
- x64
9
9
10
10
matrix :
11
11
allow_failures :
12
- - julia_version : latest
12
+ - julia_version : latest
13
13
14
14
branches :
15
15
only :
16
- - master
17
- - /release-.*/
16
+ - staging
17
+ - trying
18
18
19
19
notifications :
20
20
- provider : Email
Original file line number Diff line number Diff line change @@ -12,5 +12,23 @@ include:
12
12
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/postprocess_coverage.yml'
13
13
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v1/postprocess_documentation.yml'
14
14
15
+ test:v1.0 :
16
+ only :
17
+ - staging
18
+ - trying
19
+
15
20
test:dev :
16
21
allow_failure : true
22
+ only :
23
+ - staging
24
+ - trying
25
+
26
+ documentation :
27
+ only :
28
+ - staging
29
+ - trying
30
+
31
+ coverage :
32
+ only :
33
+ - staging
34
+ - trying
Original file line number Diff line number Diff line change 1
- # Documentation: http://docs.travis-ci.com/user/languages/julia/
2
1
language : julia
2
+
3
3
os :
4
4
- linux
5
5
- osx
6
+
6
7
dist : trusty
8
+
7
9
julia :
8
10
- 1.0
9
11
- nightly
12
+
10
13
matrix :
11
- allow_failures :
12
- - julia : nightly
14
+ allow_failures :
15
+ - julia : nightly
16
+
17
+ branches :
18
+ only :
19
+ - staging
20
+ - trying
21
+
13
22
notifications :
14
23
email : false
24
+
15
25
after_success :
16
26
- julia -e 'ps=Pkg.PackageSpec(name="Documenter", version="0.19"); Pkg.add(ps); Pkg.pin(ps)'
17
27
- julia -e 'cd(Pkg.dir("GPUArrays")); include(joinpath("docs", "make.jl"))'
Original file line number Diff line number Diff line change
1
+ status = [
2
+ " ci/gitlab/%" ,
3
+ " continuous-integration/appveyor/branch" ,
4
+ " continuous-integration/travis-ci/push"
5
+ ]
6
+ delete_merged_branches = true
You can’t perform that action at this time.
0 commit comments