Skip to content
Snippets Groups Projects
Commit ccc921f2 authored by kbeyro's avatar kbeyro
Browse files

Merge branch 'develop' into angular-update

parents 9a608fe3 ba405c06
No related branches found
No related tags found
1 merge request!2Angular update
stages:
- test
- sonar
test:
stage: test
image: trion/ng-cli-karma:14.2.1
script:
- npm ci --force
- ng build
- ng test --code-coverage --watch=false --browsers=Chrome
sonar:
stage: sonar
image: trion/ng-cli-karma:14.2.1
only:
- develop
script:
- npm ci --force
- chmod +x ./gradlew
- ./gradlew testCoverage
- ./gradlew -Dsonar.host.url=${SONAR_HOST} -Dsonar.projectKey=${SONAR_PROJECT_KEY} -Dsonar.projectName=${SONAR_PROJECT_NAME} -Dsonar.branch.name=develop -Dsonar.login=${SONAR_LOGIN_TOKEN} sonarqube
......@@ -5,7 +5,7 @@ plugins {
id "org.sonarqube" version "3.2.0"
}
version = '1.6.0'
version = '1.6.1-SNAPSHOT'
task buildGUI(type: Exec) {
println 'Building using Angular CLI'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment