Skip to content
Snippets Groups Projects
Commit be73f86d authored by Cheng Shao's avatar Cheng Shao
Browse files

ci: add a chimera linux job to test bsd userland

parent a64ee823
No related branches found
No related tags found
1 merge request!96setup.sh: make ghc installation relocatable
......@@ -113,6 +113,31 @@ x86_64-linux-ubuntu-9.12:
- ./tests/miso-ormolu.sh
- ./tests/pandoc.sh
x86_64-linux-chimera-9.12:
tags:
- x86_64-linux
image: terrorjack/chimera:bash
rules:
- if: $UPSTREAM_GHC_FLAVOUR == null
before_script:
- |
apk upgrade --no-interactive
apk add --no-interactive \
curl \
firefox \
gmake \
jq \
libarchive-progs
cd /usr/bin
ln -s bsdunzip unzip
cd $OLDPWD
script:
- |
PREFIX=/tmp/.ghc-wasm ./setup.sh
sed -i "" "s/\$ncpus/$CPUS/" /tmp/.ghc-wasm/.cabal/config
. /tmp/.ghc-wasm/env
- ./tests/ghci.sh
.nix:
rules:
- if: $UPSTREAM_GHC_FLAVOUR == null
......
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