Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CoPaR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Informatik 8
CoPaR
Commits
df381ef8
Commit
df381ef8
authored
6 years ago
by
Thorsten Wißmann
Browse files
Options
Downloads
Patches
Plain Diff
Remove .gitlab-ci.yml
parent
a4247603
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-28
0 additions, 28 deletions
.gitlab-ci.yml
with
0 additions
and
28 deletions
.gitlab-ci.yml
deleted
100644 → 0
+
0
−
28
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/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment