Browse Source

Configure Cirrus-CI to test compiling on FreeBSD

pull/762/head
James Sanderson 6 years ago
parent
commit
a72442caee
  1. 10
      .cirrus.yml

10
.cirrus.yml

@ -0,0 +1,10 @@
freebsd_instance:
image_family: freebsd-12-1
task:
name: compile
env:
ASSUME_ALWAYS_YES: yes
script:
- ./tools/install-build-pkgs
- gmake
Loading…
Cancel
Save