2019-08-31 11:45:41 +00:00
|
|
|
freebsd_instance:
|
|
|
|
image: freebsd-12-0-release-amd64
|
|
|
|
task:
|
|
|
|
name: FreeBSD
|
2020-05-27 20:05:47 +00:00
|
|
|
artifacts_cache:
|
|
|
|
folder: ~/.julia/artifacts
|
2019-08-31 11:45:41 +00:00
|
|
|
env:
|
|
|
|
JULIA_VERSION: 1.0
|
2020-03-23 14:26:24 +00:00
|
|
|
JULIA_VERSION: 1.4
|
2019-08-31 11:45:41 +00:00
|
|
|
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
|