Try to run CI on mac

This commit is contained in:
Julian Ospald 2020-01-09 14:10:59 +01:00
parent 499914a8ea
commit 291558edad
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
2 changed files with 11 additions and 5 deletions

View File

@ -11,10 +11,6 @@ export GHCUP_META_DOWNLOAD_URL
GHCUP_META_VERSION_URL="file://$(pwd)/.available-versions"
export GHCUP_META_VERSION_URL
# dependencies
edo sudo apt-get update -y
edo sudo apt-get install -y libnuma-dev
# install GHCs
edo ./ghcup -v install 8.2.2
edo ./ghcup -v install 8.4.3

View File

@ -8,10 +8,20 @@ variables:
# CI Step
############################################################
test:
test:linux:
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
before_script:
- sudo apt-get update -y && sudo apt-get install -y libnuma-dev
script:
- ./.github-ci.sh
dependencies: []
tags:
- x86_64-linux
test:mac:
script:
- ./.github-ci.sh
dependencies: []
tags:
- x86_64-darwin