Skip to content
Snippets Groups Projects
Commit b2bc5a20 authored by Hans-Peter Deifel's avatar Hans-Peter Deifel
Browse files

Merge remote-tracking branch 'origin/linux-bin-artifacts'

parents 60903e30 beacc3b5
Branches
Tags
No related merge requests found
......@@ -9,5 +9,20 @@ cache:
paths:
- .stack-root/
test_branch:
script:
- stack --no-terminal --system-ghc --no-install-ghc --resolver lts-12.14 build --test --haddock --no-haddock-deps --bench --no-run-benchmarks
except:
- master
test:
script: stack --no-terminal --system-ghc --no-install-ghc --resolver lts-12.14 build --test --haddock --no-haddock-deps --bench --no-run-benchmarks
script:
- stack --no-terminal --system-ghc --no-install-ghc --resolver lts-12.14 build --copy-bins --test --haddock --no-haddock-deps --bench --no-run-benchmarks
- cp -r ~/.local/bin/ copar-linux-binaries
only:
- master
artifacts:
name: "${CI_PROJECT_NAME}-linux-binaries"
expire_in: 10 yrs
paths:
- copar-linux-binaries/
......@@ -4,6 +4,8 @@
stack build
Alternatively, you can directly download the [latest binaries for linux](https://gitlab.cs.fau.de/i8/copar/-/jobs/artifacts/master/download?job=test).
## Running
There isn't much to see, yet. To see pretty printed parse results,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment