Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marc Coiffier
BHR
Commits
36df012b
Commit
36df012b
authored
Sep 30, 2018
by
Marc Coiffier
Browse files
Update the CI scripts
parent
2e31f847
Changes
2
Hide whitespace changes
Inline
Side-by-side
scripts/ci/inline/install
View file @
36df012b
...
...
@@ -15,7 +15,7 @@ case "$BUILD" in
# stack --no-terminal $ARGS solver --update-config)
# Build the dependencies
stack
--no-terminal
--install-ghc
$ARGS
test
--bench
--only-dependencies
stack
--no-terminal
--install-ghc
$ARGS
test
--bench
--only-dependencies
curly capricon curly-gateway
;;
cabal
)
cabal
--version
...
...
scripts/ci/inline/script
View file @
36df012b
...
...
@@ -2,7 +2,7 @@
set
-ex
case
"
$BUILD
"
in
stack
)
stack
--no-terminal
$ARGS
test
--bench
--no-run-benchmarks
stack
--no-terminal
$ARGS
test
--bench
--no-run-benchmarks
curly curly-gateway capricon
;;
cabal
)
cabal
install
--enable-tests
--enable-benchmarks
--force-reinstalls
--ghc-options
=
-O0
--reorder-goals
--max-backjumps
=
-1
$CABALARGS
$PACKAGES
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment