PkgTemplates.jl/defaults/cirrus.yml

17 lines
450 B
YAML
Raw Normal View History

2019-01-03 16:43:00 +00:00
freebsd_instance:
image: freebsd-12-0-release-amd64
task:
name: FreeBSD
env:
JULIA_VERSION: {{VERSION}}
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}}
coverage_script:
- cirrusjl coverage{{#CODECOV}} codecov{{/CODECOV}}{{#COVERALLS}} coveralls{{/COVERALLS}}
{{/COVERAGE}}