Skip to content
Snippets Groups Projects
Commit 6dd76994 authored by Bodigrim's avatar Bodigrim Committed by Bodigrim
Browse files

Add OpenBSD CI job

parent 98adc732
No related branches found
No related tags found
No related merge requests found
freebsd_instance:
image_family: freebsd-13-1
task: task:
name: FreeBSD
freebsd_instance:
image_family: freebsd-13-1
install_script: pkg install -y ghc hs-cabal-install git autoconf install_script: pkg install -y ghc hs-cabal-install git autoconf
script: script:
- cabal update - cabal update
- autoreconf -i - autoreconf -i
- cabal test --test-show-details=direct - cabal test --test-show-details=direct
task:
name: OpenBSD
compute_engine_instance:
image_project: pg-ci-images
image: family/pg-ci-openbsd-vanilla-7-2
platform: openbsd
install_script: pkg_add ghc cabal-install git autoconf-2.71
script:
- export AUTOCONF_VERSION=2.71
- export CABAL_DIR=/tmp/.cabal
- ghc --version
- cabal --version
- cabal update
- autoreconf -i
- cabal test --test-show-details=direct
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment