Skip to content
Snippets Groups Projects
Commit f43833d3 authored by Orestis Melkonian's avatar Orestis Melkonian
Browse files

Temporarily removed .gitlabci.yaml

parent 330bf669
No related branches found
No related tags found
No related merge requests found
# Do not choose a language; we provide our own build tools.
# language: generic
# Caching so the next build will be fast too.
cache:
paths:
- $HOME/.stack
- $HOME/.stack-work
before_script:
# Install system libraries
- apt-get update -qq && apt-get install -y -qq libgmp-dev libz3-dev z3
# Download and unpack the stack executable
- mkdir -p ~/.local/bin
- export PATH=$HOME/.local/bin:$PATH
- travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack'
test:
script:
# Build dependencies
- stack --no-terminal --install-ghc test --only-dependencies
# Build the package, its tests, and its docs and run the tests
- stack --no-terminal test --haddock --no-haddock-deps
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