Skip to content

Commit 6dd7699

Browse files
committed
Add OpenBSD CI job
1 parent 98adc73 commit 6dd7699

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.cirrus.yml

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
freebsd_instance:
2-
image_family: freebsd-13-1
3-
41
task:
2+
name: FreeBSD
3+
freebsd_instance:
4+
image_family: freebsd-13-1
55
install_script: pkg install -y ghc hs-cabal-install git autoconf
66
script:
77
- cabal update
88
- autoreconf -i
99
- cabal test --test-show-details=direct
10+
11+
task:
12+
name: OpenBSD
13+
compute_engine_instance:
14+
image_project: pg-ci-images
15+
image: family/pg-ci-openbsd-vanilla-7-2
16+
platform: openbsd
17+
install_script: pkg_add ghc cabal-install git autoconf-2.71
18+
script:
19+
- export AUTOCONF_VERSION=2.71
20+
- export CABAL_DIR=/tmp/.cabal
21+
- ghc --version
22+
- cabal --version
23+
- cabal update
24+
- autoreconf -i
25+
- cabal test --test-show-details=direct

0 commit comments

Comments
 (0)