Skip to content

Commit 8636a2c

Browse files
committed
Run CI on more platforms
1 parent e783879 commit 8636a2c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,26 @@ language: julia
22
os:
33
- linux
44
- osx
5+
- windows
6+
arch:
7+
- x64
8+
- x86
9+
- arm64
510
julia:
611
- 1.3
712
- nightly
813
matrix:
914
allow_failures:
1015
- julia: nightly
16+
exclude:
17+
- os: osx
18+
arch: x86
19+
- os: osx
20+
arch: arm64
21+
- os: windows
22+
arch: arm64
23+
- julia: nightly
24+
arch: arm64
1125
notifications:
1226
email: false
1327

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44
- julia_version: nightly
55

66
platform:
7+
- x86 # 32-bit
78
- x64 # 64-bit
89

910
matrix:

0 commit comments

Comments
 (0)