Try to run CI on mac
This commit is contained in:
parent
499914a8ea
commit
291558edad
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user