Skip to content

Commit

Permalink
Enable FreeBSD CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kolbusa committed Feb 6, 2021
1 parent e2173f9 commit 92e5de4
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
build_x86_64_task:
build_linux_x86_64_task:
container:
dockerfile: ci/Dockerfile
autotools_script:
Expand All @@ -11,7 +11,7 @@ build_x86_64_task:
make_script:
- make

build_i386_task:
build_linux_i386_task:
container:
dockerfile: ci/Dockerfile
autotools_script:
Expand All @@ -24,3 +24,18 @@ build_i386_task:
make_script:
- make

build_freebsd_x86_64_task:
freebsd_instance:
image_family: freebsd-13-0
install_script:
- pkg install -y autoconf automake gmake libX11 libXpm docbook-xsl libxslt
autotools_script:
- aclocal
- autoconf
- autoheader
- automake --add-missing
configure_script:
- ./configure
make_script:
- gmake

0 comments on commit 92e5de4

Please sign in to comment.