Skip to content
Snippets Groups Projects

WIP: Add additional CI checks

Closed Erick Hitter requested to merge add/more-ci into master
Files
2
+ 4
0
@@ -29,6 +29,9 @@ unit_tests:
stage: test
script:
- make test
artifacts:
reports:
junit: report.xml
race_detector:
stage: test
@@ -74,6 +77,7 @@ code_quality:
services:
- docker:stable-dind
before_script:
- echo "Skipping before_script actions"
script:
- export SP_VERSION=$(echo "$CI_SERVER_VERSION" | sed 's/^\([0-9]*\)\.\([0-9]*\).*/\1-\2-stable/')
- docker run
Loading