Skip to content
Snippets Groups Projects
Unverified Commit f3fa794a authored by Massimiliano Adamo's avatar Massimiliano Adamo
Browse files

improve CI

parent ed3c7844
No related branches found
No related tags found
No related merge requests found
Pipeline #29417 passed
...@@ -7,6 +7,8 @@ stages: ...@@ -7,6 +7,8 @@ stages:
sonarqube: sonarqube:
image: sonarsource/sonar-scanner-cli:${SONAR_SCANNER_CLI_VERSION} image: sonarsource/sonar-scanner-cli:${SONAR_SCANNER_CLI_VERSION}
stage: sonarqube stage: sonarqube
only:
- master
variables: variables:
SONAR_PROJECT_BASE_DIR: "$CI_PROJECT_DIR" SONAR_PROJECT_BASE_DIR: "$CI_PROJECT_DIR"
script: script:
...@@ -15,6 +17,8 @@ sonarqube: ...@@ -15,6 +17,8 @@ sonarqube:
- sonarqube - sonarqube
upload_linux_artifact: upload_linux_artifact:
stage: upload_linux_artifact stage: upload_linux_artifact
only:
- artifacts
script: ./build.sh --os=linux --arch=amd64 --upx script: ./build.sh --os=linux --arch=amd64 --upx
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment