Skip to content

Commit 6c4b115

Browse files
committed
Add buildkite configuration stub.
1 parent 9fdb5dc commit 6c4b115

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
steps:
3+
- label: ":test_tube: Test the package"
4+
plugins:
5+
- JuliaCI/julia#v1:
6+
version: "1"
7+
commands: |
8+
julia --version
9+
agents:
10+
os: "linux"
11+
arch: "x86_64"

0 commit comments

Comments
 (0)