Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ba2tripleO authored Nov 15, 2023
1 parent f269191 commit 92bf99c
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,12 @@
env:
CODECOV_TOKEN: 1551efda-9a0d-4cfd-a549-63790fc83605
JULIA_NUM_THREADS: auto

steps:
- label: "Build Project"
plugins:
- JuliaCI/julia#v1:
version: "1"
command: |
julia --project -e '
@info "Building Project"
cd("..")
using Pkg
Pkg.activate("ci-plot-and-doctests")
Pkg.instantiate()'
- label: "CI Plot"
- label: "CI Buildkite"
plugins:
- JuliaCI/julia#v1:
version: "1"
- JuliaCI/julia-test#v1: ~
- JuliaCI/julia-coverage#v1:
codecov: true
command: |
julia --project -e '
using Pkg
@info "Running CI"
Pkg.activate("test")
Pkg.instantiate()
using SafeTestsets
@info "Running Doctests"
@safetestset "doctests" begin include("test/test_doctests.jl") end
@info "Plotting Cairo"
@safetestset "plotting_cairo" begin include("test/test_plotting_cairo.jl") end
@info "Plotting GL"
@safetestset "plotting_gl" begin include("test/test_plotting_gl.jl") end'

0 comments on commit 92bf99c

Please sign in to comment.