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"
|
GHCUP_META_VERSION_URL="file://$(pwd)/.available-versions"
|
||||||
export GHCUP_META_VERSION_URL
|
export GHCUP_META_VERSION_URL
|
||||||
|
|
||||||
# dependencies
|
|
||||||
edo sudo apt-get update -y
|
|
||||||
edo sudo apt-get install -y libnuma-dev
|
|
||||||
|
|
||||||
# install GHCs
|
# install GHCs
|
||||||
edo ./ghcup -v install 8.2.2
|
edo ./ghcup -v install 8.2.2
|
||||||
edo ./ghcup -v install 8.4.3
|
edo ./ghcup -v install 8.4.3
|
||||||
|
@ -8,10 +8,20 @@ variables:
|
|||||||
# CI Step
|
# CI Step
|
||||||
############################################################
|
############################################################
|
||||||
|
|
||||||
test:
|
test:linux:
|
||||||
image: "registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb9:$DOCKER_REV"
|
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:
|
script:
|
||||||
- ./.github-ci.sh
|
- ./.github-ci.sh
|
||||||
dependencies: []
|
dependencies: []
|
||||||
tags:
|
tags:
|
||||||
- x86_64-linux
|
- x86_64-linux
|
||||||
|
|
||||||
|
test:mac:
|
||||||
|
script:
|
||||||
|
- ./.github-ci.sh
|
||||||
|
dependencies: []
|
||||||
|
tags:
|
||||||
|
- x86_64-darwin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user