17 lines
450 B
YAML
17 lines
450 B
YAML
![]() |
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}}
|