Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
duniter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nodes
typescript
duniter
Commits
75a2ef74
Commit
75a2ef74
authored
7 years ago
by
Cédric Moreau
Browse files
Options
Downloads
Patches
Plain Diff
Run build + tests in the same job
parent
5bf0c38e
No related branches found
No related tags found
2 merge requests
!1222
Add startup scripts
,
!1219
Gitlab ci redshift
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-11
1 addition, 11 deletions
.gitlab-ci.yml
with
1 addition
and
11 deletions
.gitlab-ci.yml
+
1
−
11
View file @
75a2ef74
before_script
:
-
echo "HOME = $HOME"
-
export NVM_DIR="$HOME/.nvm"
-
echo "NVM_DIR = $NVM_DIR"
-
. "$NVM_DIR/nvm.sh"
yarn-build
:
stage
:
build
tags
:
-
redshift
script
:
-
yarn
yarn-test
:
test
:
stage
:
test
tags
:
-
redshift
script
:
-
yarn
-
yarn test
-
echo "Success!"
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