File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ steps:
102102 bash .buildkite/utilities/arches_pipeline_upload.sh \
103103 .buildkite/pipelines/main/platforms/test_macos.arches \
104104 .buildkite/pipelines/main/platforms/test_macos.yml
105+ # Launch FreeBSD test jobs
106+ GROUP="Test" \
107+ bash .buildkite/utilities/arches_pipeline_upload.sh \
108+ .buildkite/pipelines/main/platforms/test_freebsd.arches \
109+ .buildkite/pipelines/main/platforms/test_freebsd.yml
105110 # Launch windows test jobs
106111 GROUP="Test" \
107112 bash .buildkite/utilities/arches_pipeline_upload.sh \
Original file line number Diff line number Diff line change 11# OS TRIPLET ARCH TIMEOUT
2+ freebsd x86_64-unknown-freebsd x86_64 .
23
34# These special lines allow us to embed default values for the columns above.
45# Any column without a default mapping here will simply substitute a `.` to the empty string
Original file line number Diff line number Diff line change 11# OS TRIPLET ARCH TIMEOUT
2- freebsd x86_64-unknown-freebsd x86_64 .
32
43# These special lines allow us to embed default values for the columns above.
54# Any column without a default mapping here will simply substitute a `.` to the empty string
You can’t perform that action at this time.
0 commit comments