2017-03-01 20:44:08 +00:00
|
|
|
variables:
|
2017-02-15 08:33:38 +00:00
|
|
|
# SW_KERNEL: "0"
|
|
|
|
# SW_MAJOR: "1"
|
|
|
|
# SW_MINOR: "10"
|
|
|
|
|
2017-03-01 20:44:08 +00:00
|
|
|
before_script:
|
|
|
|
- "echo $CI_BUILD_ID"
|
|
|
|
- "echo $CI_BUILD_REF_NAME"
|
2017-02-15 08:33:38 +00:00
|
|
|
|
2017-03-01 20:44:08 +00:00
|
|
|
stages:
|
|
|
|
- static_analysis
|
2017-02-26 15:58:52 +00:00
|
|
|
# - test
|
2017-02-15 08:33:38 +00:00
|
|
|
|
2017-03-01 20:44:08 +00:00
|
|
|
static_analysis_tests:
|
|
|
|
stage: static_analysis
|
|
|
|
script:
|
|
|
|
- "python pylint_wrapper.py -s mqtt_logger"
|
2017-02-15 08:33:38 +00:00
|
|
|
|
2017-02-26 15:58:52 +00:00
|
|
|
#unit_tests:
|
|
|
|
# stage: test
|
|
|
|
# script:
|
2017-03-01 20:44:08 +00:00
|
|
|
# - "nosetests tests/unittests/"
|