Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
CI integration
· bcf95e98
Christoph Welzel
authored
Feb 25, 2019
bcf95e98
Merge branch 'ci-integration' into 'master'
· 6ca1dec4
Philipp Meyer
authored
Feb 25, 2019
CI integration See merge request i7/peregrine!2
6ca1dec4
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
6ca1dec4
image
:
gitlab-runner/haskell
stages
:
-
build
Build
:
stage
:
build
script
:
-
make build
-
cp dist/build/peregrine/peregrine peregrine
artifacts
:
paths
:
-
peregrine
when
:
on_success
expire_in
:
1 week
Makefile
View file @
6ca1dec4
all
:
build
build
:
cabal
install
--only-dependencies
cabal build
install
:
...
...
peregrine.cabal
View file @
6ca1dec4
...
...
@@ -22,8 +22,8 @@ executable peregrine
main-is: Main.hs
other-modules:
-- other-extensions:
build-depends: base >=4 && <5, sbv, parsec >= 3.1, containers, transformers,
build-depends: base >=4 && <5, sbv
== 7.13
, parsec >= 3.1, containers, transformers,
bytestring, mtl, stm, async, text, aeson
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -fsimpl-tick-factor=1000 -threaded -rtsopts -with-rtsopts=-N
-dynamic
ghc-options: -fsimpl-tick-factor=1000 -threaded -rtsopts -with-rtsopts=-N