Skip to content

Commit e86ce45

Browse files
authored
Add buildkite configuration stub. (#363)
1 parent 9fdb5dc commit e86ce45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
queue: "juliaecosystem"
11+
os: "linux"
12+
arch: "x86_64"

0 commit comments

Comments
 (0)