Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
153
Issues
153
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
908341d9
Commit
908341d9
authored
May 15, 2023
by
Alfredo Di Napoli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Misc improvements
parent
82baf54d
Pipeline
#4010
failed with stages
in 6 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
.gitlab-ci.yml
.gitlab-ci.yml
+9
-2
No files found.
.gitlab-ci.yml
View file @
908341d9
...
...
@@ -14,10 +14,12 @@ variables:
stages
:
-
deps
-
docs
-
cabal
-
test
-
docs
deps
:
stage
:
deps
cache
:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
...
...
@@ -27,9 +29,10 @@ deps:
-
.stack-work/
-
target
script
:
-
stack --nix build --no-terminal --haddock --no-haddock-deps --only-dependencies --fast
-
stack -
v -
-nix build --no-terminal --haddock --no-haddock-deps --only-dependencies --fast
docs
:
stage
:
docs
cache
:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
...
...
@@ -47,6 +50,7 @@ docs:
expire_in
:
1 week
test
:
stage
:
test
cache
:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
...
...
@@ -61,6 +65,7 @@ test:
# TOOO
cabal
:
stage
:
cabal
cache
:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
...
...
@@ -68,6 +73,8 @@ cabal:
-
.stack
-
.stack-root/
-
.stack-work/
-
.local/
-
.cabal/
-
target
script
:
-
nix-shell && hpack && cabal v2-build --dry-run
...
...
Write
Preview
Markdown
is supported
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