Skip to content

Commit

Permalink
buildkite fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jan 26, 2024
1 parent 3c796e7 commit 0a0c63f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ steps:
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
# command: |
# julia -e '
# using Pkg
# Pkg.add("QuantumSavory")
# Pkg.build("QuantumSavory")
# Pkg.test("QuantumSavory")
# Pkg.add("BPGates")
# Pkg.build("BPGates")
# Pkg.test("BPGates")'
command: |
julia -e --project='.' '
using Pkg
Pkg.add("QuantumSavory")
Pkg.build("QuantumSavory")
Pkg.test("QuantumSavory")
Pkg.add("BPGates")
Pkg.build("BPGates")
Pkg.test("BPGates")'

0 comments on commit 0a0c63f

Please sign in to comment.