File tree Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Expand file tree Collapse file tree 4 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
include :
9
9
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/common.yml'
10
- - ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/test_v0.7.yml'
11
10
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/test_v1.0.yml'
12
11
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/test_dev.yml'
13
12
- ' https://raw.githubusercontent.com/JuliaGPU/gitlab-ci/master/templates/v0/postprocess_coverage.yml'
Original file line number Diff line number Diff line change 5
5
- osx
6
6
dist : trusty
7
7
julia :
8
- - 0.7
9
8
- 1.0
10
9
- nightly
11
10
matrix :
Original file line number Diff line number Diff line change 1
- julia 0.7-alpha
1
+ julia 1.0
2
2
StaticArrays
3
3
FFTW
4
4
FillArrays
Original file line number Diff line number Diff line change 1
1
environment :
2
2
matrix :
3
- - julia_version : 0.7
4
3
- julia_version : 1.0
5
4
- julia_version : latest
6
5
You can’t perform that action at this time.
0 commit comments