Skip to content

Commit d8c89c7

Browse files
committed
windows
1 parent 88f083a commit d8c89c7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.buildkite/runtests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,15 @@ steps:
3434
queue: "julia"
3535
os: "macos"
3636
arch: "aarch64"
37+
# windows x86_64
38+
- label: ":windows: windows-x86_64"
39+
plugins:
40+
- JuliaCI/julia#v1:
41+
version: "nightly"
42+
command: |
43+
julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
44+
julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
45+
agents:
46+
queue: "julia"
47+
os: "windows"
48+
arch: "x86_64"

0 commit comments

Comments
 (0)