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 74c1e9a commit e10d936Copy full SHA for e10d936
.buildkite/runtests.yml
@@ -5,7 +5,8 @@ steps:
5
- JuliaCI/julia#v1:
6
version: "nightly"
7
command: |
8
- julia --version
+ julia --color=yes --project=.ci -e 'using Pkg; Pkg.instantiate()'
9
+ julia --color=yes --project=.ci .ci/create_sysimage_and_run_tests.jl
10
agents:
11
queue: "julia"
12
os: "${OS?}"
0 commit comments