Skip to content

Commit

Permalink
Add Cirrus CI config for FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
patmaddox committed Jul 28, 2022
1 parent 5c24b80 commit ec72d54
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
freebsd_instance:
image_family: freebsd-13-1

build_task:
upgrade_packages_script:
- mkdir -p /usr/local/etc/pkg/repos/
- cat /etc/pkg/FreeBSD.conf | sed -e 's/quarterly/latest/' > /usr/local/etc/pkg/repos/FreeBSD.conf
install_elixir_script:
- pkg install -y elixir
- mix local.hex --force
- mix local.rebar --force
test_script:
- mix deps.get
- mix test

0 comments on commit ec72d54

Please sign in to comment.