Skip to content

Commit

Permalink
Add buildkite configuration stub. (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikekre committed Apr 26, 2024
1 parent 9fdb5dc commit e86ce45
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .buildkite/pipeline.yml
@@ -0,0 +1,12 @@
---
steps:
- label: ":test_tube: Test the package"
plugins:
- JuliaCI/julia#v1:
version: "1"
commands: |
julia --version
agents:
queue: "juliaecosystem"
os: "linux"
arch: "x86_64"

0 comments on commit e86ce45

Please sign in to comment.