Skip to content

Commit

Permalink
Add FreeBSD to CI via Cirrus
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Nov 6, 2019
1 parent 69050ef commit 6619246
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .cirrus.yml
@@ -0,0 +1,10 @@
freebsd_instance:
image_family: freebsd-12-0

task:
prepare_script:
- pkg install -y pkgconf vips node npm
install_script:
- npm install --unsafe-perm
test_script:
- npm test

0 comments on commit 6619246

Please sign in to comment.