We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a170937 commit 978e4e7Copy full SHA for 978e4e7
.cirrus.yml
@@ -23,3 +23,20 @@ task:
23
- cabal update
24
- autoreconf -i
25
- 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