Skip to content
Snippets Groups Projects
Commit 91c022b9 authored by Sébastien DA ROCHA's avatar Sébastien DA ROCHA :bicyclist:
Browse files

Merge branch 'CI/test-build' into 'develop'

CI: test build

See merge request !367
parents c6895d30 468a268f
No related branches found
No related tags found
No related merge requests found
stages:
- test-build
- Static analysis
- build
- deploy
......@@ -8,6 +9,17 @@ variables:
SONAR_HOST_URL: "https://sonarqube.neogeo.fr"
GIT_DEPTH: 0
test build:
stage: test-build
image: node:14
script:
- npm install
- npm run build
except:
- master
- develop
- ^(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$
build testing docker image:
stage: build
only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment