PkgTemplates.jl/test/fixtures/AllPlugins/.cirrus.yml.txt

17 lines
412 B
Plaintext
Raw Normal View History

2019-08-31 11:45:41 +00:00
freebsd_instance:
image: freebsd-12-0-release-amd64
task:
name: FreeBSD
env:
JULIA_VERSION: 1.0
JULIA_VERSION: 1.2
JULIA_VERSION: nightly
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
coverage_script:
- cirrusjl coverage codecov coveralls