Skip to content

Commit ac654c6

Browse files
committed
Add CI.
1 parent 267fce3 commit ac654c6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/Test.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,28 @@ jobs:
2323
fail-fast: false
2424
matrix:
2525
version: ['1.10', '1.11']
26-
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-13, macOS-15]
26+
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-13, macOS-15, windows-2025]
2727
arch: [x64, arm64]
2828
pocl: [jll, local]
2929
exclude:
3030
- os: ubuntu-24.04
3131
arch: arm64
32+
- os: windows-2025
33+
arch: arm64
3234
- os: ubuntu-24.04-arm
3335
arch: x64
3436
# macOS 13 is Intel-only, while macOS 14+ only support Apple Silicon
3537
- os: macOS-15
3638
arch: x64
3739
- os: macOS-13
3840
arch: arm64
39-
# we only tested building PoCL on Linux
41+
# we only test building PoCL on Linux
4042
- os: macOS-13
4143
pocl: local
4244
- os: macOS-15
4345
pocl: local
46+
- os: windows-2025
47+
pocl: local
4448
steps:
4549
- name: Checkout OpenCL.jl
4650
uses: actions/checkout@v4

0 commit comments

Comments
 (0)