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:
sonarqube:
image: sonarsource/sonar-scanner-cli:${SONAR_SCANNER_CLI_VERSION}
stage: sonarqube
only:
- master
variables:
SONAR_PROJECT_BASE_DIR: "$CI_PROJECT_DIR"
script:
......@@ -15,6 +17,8 @@ sonarqube:
- sonarqube
upload_linux_artifact:
stage: upload_linux_artifact
only:
- artifacts
script: ./build.sh --os=linux --arch=amd64 --upx
artifacts:
paths:
......
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