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
195
Issues
195
List
Board
Labels
Milestones
Merge Requests
12
Merge Requests
12
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:
...
@@ -14,10 +14,12 @@ variables:
stages
:
stages
:
-
deps
-
deps
-
docs
-
cabal
-
test
-
test
-
docs
deps
:
deps
:
stage
:
deps
cache
:
cache
:
# cache per branch name
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
# key: ${CI_COMMIT_REF_SLUG}
...
@@ -27,9 +29,10 @@ deps:
...
@@ -27,9 +29,10 @@ deps:
-
.stack-work/
-
.stack-work/
-
target
-
target
script
:
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
:
docs
:
stage
:
docs
cache
:
cache
:
# cache per branch name
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
# key: ${CI_COMMIT_REF_SLUG}
...
@@ -47,6 +50,7 @@ docs:
...
@@ -47,6 +50,7 @@ docs:
expire_in
:
1 week
expire_in
:
1 week
test
:
test
:
stage
:
test
cache
:
cache
:
# cache per branch name
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
# key: ${CI_COMMIT_REF_SLUG}
...
@@ -61,6 +65,7 @@ test:
...
@@ -61,6 +65,7 @@ test:
# TOOO
# TOOO
cabal
:
cabal
:
stage
:
cabal
cache
:
cache
:
# cache per branch name
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
# key: ${CI_COMMIT_REF_SLUG}
...
@@ -68,6 +73,8 @@ cabal:
...
@@ -68,6 +73,8 @@ cabal:
-
.stack
-
.stack
-
.stack-root/
-
.stack-root/
-
.stack-work/
-
.stack-work/
-
.local/
-
.cabal/
-
target
-
target
script
:
script
:
-
nix-shell && hpack && cabal v2-build --dry-run
-
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