diff options
Diffstat (limited to 'src/pmdk/.cirrus.yml')
-rw-r--r-- | src/pmdk/.cirrus.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/pmdk/.cirrus.yml b/src/pmdk/.cirrus.yml new file mode 100644 index 000000000..caabe833e --- /dev/null +++ b/src/pmdk/.cirrus.yml @@ -0,0 +1,10 @@ +freebsd_instance: + image: freebsd-12-1-release-amd64 + +task: + install_script: ASSUME_ALWAYS_YES=yes pkg bootstrap -f; + pkg install -y + autoconf bash binutils coreutils e2fsprogs-libuuid + git gmake libunwind ncurses pkgconf hs-pandoc + + script: CFLAGS="-Wno-unused-value" gmake
\ No newline at end of file |