https://github.com/gaelforget/MITgcmTools.jl
Raw File
Tip revision: a25a96c551fb117d175f7afe3fa17435a46d5c74 authored by gaelforget on 16 November 2020, 00:57:05 UTC
add windows CI and update compat
Tip revision: a25a96c
.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