PkgTemplates.jl/test/fixtures/WackyOptions/.cirrus.yml

16 lines
359 B
YAML

freebsd_instance:
image: freebsd-123
task:
name: FreeBSD
artifacts_cache:
folder: ~/.julia/artifacts
env:
JULIA_VERSION: 1.2
JULIA_VERSION: 1.3
install_script:
- sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
build_script:
- cirrusjl build
test_script:
- cirrusjl test