Cowsay.jl/.woodpecker/.ci.yaml
Thomas A. Christensen II bb25e984e2
All checks were successful
ci/woodpecker/push/ci/1 Pipeline was successful
ci/woodpecker/push/ci/2 Pipeline was successful
ci/woodpecker/push/ci/3 Pipeline was successful
ci/woodpecker/push/ci/4 Pipeline was successful
ci/woodpecker/push/ci/5 Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful
ci: Make Woodpecker more modern
2024-12-16 23:28:10 -06:00

17 lines
337 B
YAML

matrix:
JULIA_VERSION:
- "1.0"
- "1.6"
- "1.10"
- "1"
- "rc"
steps:
test:
image: julia:${JULIA_VERSION}
pull: true
when:
event: [pull_request, push]
commands:
- julia -e 'using Pkg; Pkg.activate(pwd()); Pkg.instantiate()'
- julia -e 'using Pkg; Pkg.activate(pwd()); Pkg.test()'