mqtt_logger/.gitlab-ci.yml
Thomas Klaehn 9a0a167fb3 ci: static code analysis enabled
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2017-03-01 21:44:08 +01:00

23 lines
356 B
YAML

variables:
# SW_KERNEL: "0"
# SW_MAJOR: "1"
# SW_MINOR: "10"
before_script:
- "echo $CI_BUILD_ID"
- "echo $CI_BUILD_REF_NAME"
stages:
- static_analysis
# - test
static_analysis_tests:
stage: static_analysis
script:
- "python pylint_wrapper.py -s mqtt_logger"
#unit_tests:
# stage: test
# script:
# - "nosetests tests/unittests/"