https://github.com/gaelforget/MITgcmTools.jl
Raw File
Tip revision: 11691ff9cab62f795695b66038f657f5f28f22e6 authored by Gael Forget on 17 March 2021, 07:15:03 UTC
Merge pull request #16 from gaelforget/v0p1p14
Tip revision: 11691ff
.cirrus.yml
freebsd_instance:
  image: freebsd-12-0-release-amd64
task:
  name: FreeBSD
  env:
    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
  coverage_script:
    - cirrusjl coverage codecov coveralls
back to top