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