Skip to content

Commit 978e4e7

Browse files
committed
Add NetBSD job
1 parent a170937 commit 978e4e7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.cirrus.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,20 @@ task:
2323
- cabal update
2424
- autoreconf -i
2525
- cabal test --test-show-details=direct
26+
27+
task:
28+
name: NetBSD
29+
compute_engine_instance:
30+
image_project: pg-ci-images
31+
image: family/pg-ci-netbsd-vanilla-9-2
32+
platform: netbsd
33+
install_script:
34+
- export PKG_PATH="http://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.)/All/"
35+
- pkg_add ghc cabal-install git autoconf
36+
script:
37+
- export CABAL_DIR=/tmp/.cabal
38+
- ghc --version
39+
- cabal --version
40+
- cabal update
41+
- autoreconf -i
42+
- cabal test --test-show-details=direct

0 commit comments

Comments
 (0)