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
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Grégoire Locqueville
haskell-gargantext
Commits
8b108128
Commit
8b108128
authored
Dec 22, 2021
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into 97-dev-istex-search
parents
9012f930
304a0676
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
32 deletions
+11
-32
.gitlab-ci.yml
.gitlab-ci.yml
+5
-30
CHANGELOG.md
CHANGELOG.md
+3
-0
package.yaml
package.yaml
+1
-1
stack.yaml
stack.yaml
+2
-1
No files found.
.gitlab-ci.yml
View file @
8b108128
...
...
@@ -3,6 +3,7 @@
#
#
image
:
cgenie/stack-build:lts-18.18-garg
#image: cgenie/nixos-stack:latest
variables
:
STACK_ROOT
:
"
${CI_PROJECT_DIR}/.stack-root"
...
...
@@ -21,8 +22,10 @@ docs:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
paths
:
-
.stack
-
.stack-root/
-
.stack-work/
-
target
script
:
-
stack build --no-terminal --haddock --no-haddock-deps --fast
-
cp -R "$(stack path --local-install-root)"/doc ./output
...
...
@@ -36,39 +39,11 @@ test:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
paths
:
-
.stack
-
.stack-root/
-
.stack-work/
-
target
script
:
-
stack test --no-terminal --fast
# TOOO
#unit-test:
# stage: test
# script:
# - make test-unit
#
#int-test:
# stage: test
# script:
# - make test-int
#
#e2e-test:
# stage: test
# script:
# - make test-e2e
#
# If you find yourself with a non-sensical build error when you know your project should be building just fine, this fragment should help:
#
#build:
# stage: build
# script:
# # Clear out cache files
# - rm -rf .stack
# - rm -rf .stack-work
# - stack setup --system-ghc
# - stack install --local-bin-path target --system-ghc
CHANGELOG.md
View file @
8b108128
## Version 0.0.4.9.9
*
[
FIX
]
Continuous Integration (CI)
## Version 0.0.4.9.8
*
[
FEAT
]
All backend routes with clients functions
...
...
package.yaml
View file @
8b108128
name
:
gargantext
version
:
'
0.0.4.9.
8
'
version
:
'
0.0.4.9.
9
'
synopsis
:
Search, map, share
description
:
Please see README.md
category
:
Data
...
...
stack.yaml
View file @
8b108128
...
...
@@ -14,13 +14,14 @@ docker:
enable
:
false
#enable: true
repo
:
'
cgenie/stack-build:lts-18.18-garg'
#repo: 'cgenie/nixos-stack:latest'
run-args
:
-
'
--publish=8008:8008'
skip-ghc-check
:
true
nix
:
enable
:
tru
e
enable
:
fals
e
add-gc-roots
:
true
shell-file
:
nix/stack-shell.nix
...
...
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