Skip to content

Commit 96a669b

Browse files
committed
Run CI on more platforms and Julia versions
1 parent 27606ff commit 96a669b

File tree

3 files changed

+26
-6
lines changed

3 files changed

+26
-6
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ task:
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://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"

.travis.yml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
11
language: julia
22
os:
3-
- linux
4-
- osx
3+
- linux
4+
- osx
5+
- windows
6+
arch:
7+
- x64
8+
- x86
9+
- arm64
510
julia:
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
826
notifications:
9-
email: false
27+
email: false
1028

1129
after_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())'

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
environment:
22
matrix:
33
- julia_version: 1.3
4+
- julia_version: 1.4
45
- julia_version: nightly
56

67
platform:

0 commit comments

Comments
 (0)