Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-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
purescript-gargantext
Commits
efc7cd01
Commit
efc7cd01
authored
Jan 11, 2022
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[gitlab ci] add deps stage
parent
4212995b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
3 deletions
+14
-3
.gitlab-ci.yml
.gitlab-ci.yml
+14
-3
No files found.
.gitlab-ci.yml
View file @
efc7cd01
...
...
@@ -13,15 +13,26 @@ variables:
#- apt-get install make xz-utils
stages
:
-
deps
-
test
deps
:
cache
:
paths
:
-
node_modules/
script
:
-
nix-env -i purescript-0.14.4 -f https://github.com/NixOS/nixpkgs/archive/bed08131cd29a85f19716d9351940bdc34834492.tar.gz
-
nix-env -i git
-
nix-env -i nodejs
-
nix-env -i yarn
-
yarn --skip-builds
test
:
cache
:
# cache per branch name
# key: ${CI_COMMIT_REF_SLUG}
# paths:
# - .stack-root/
# - .stack-work/
paths
:
-
node_modules/
script
:
# find 0.14.2 purescript version here:
# https://lazamar.co.uk/nix-versions/
...
...
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