aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
blob: 6fe78ecfa9402ba4003082bc4ee3ff33f5cab984 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Build libfuse on FreeBSD, but don't run the tests.
# More work is required to make the tests work.
freebsd_instance:
  image: freebsd-12-0-release-amd64
  install_script: pkg install -y meson ninja
  script:
    - mkdir build
    - cd build
    - meson ..
    - ninja