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
Informatik 8
CoPaR
Commits
df381ef8
Commit
df381ef8
authored
Apr 04, 2019
by
Thorsten Wißmann
🎸
Browse files
Remove .gitlab-ci.yml
parent
a4247603
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
a4247603
image
:
haskell:8.6.3
# Change stacks global directory to be inside the project directory,
# since we can only cache local dependencies.
variables
:
STACK_ROOT
:
"
$CI_PROJECT_DIR/.stack-root"
cache
:
paths
:
-
.stack-root/
test_branch
:
script
:
-
stack --no-terminal --system-ghc --no-install-ghc build --test --haddock --no-haddock-deps --bench --no-run-benchmarks
except
:
-
master
test
:
script
:
-
stack --no-terminal --system-ghc --no-install-ghc 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/
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