We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f083a commit d8c89c7Copy full SHA for d8c89c7
.buildkite/runtests.yml
@@ -34,3 +34,15 @@ steps:
34
queue: "julia"
35
os: "macos"
36
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