variables: GIT_SSL_NO_VERIFY: "1" # Commit of ghc/ci-images repository from which to pull Docker images DOCKER_REV: cefaee3c742af193e0f7783f87edb0d35374515c ############################################################ # CI Step ############################################################ 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