ci deactivated

Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
This commit is contained in:
Thomas Klaehn 2017-02-26 16:58:52 +01:00
parent 50b54e6db6
commit 2e4817d3d9

View File

@ -1,22 +1,22 @@
variables: #variables:
# SW_KERNEL: "0" # SW_KERNEL: "0"
# SW_MAJOR: "1" # SW_MAJOR: "1"
# SW_MINOR: "10" # SW_MINOR: "10"
before_script: #before_script:
- "echo $CI_BUILD_ID" # - "echo $CI_BUILD_ID"
- "echo $CI_BUILD_REF_NAME" # - "echo $CI_BUILD_REF_NAME"
stages: #stages:
- static_analysis # - static_analysis
- test # - test
static_analysis_tests: #static_analysis_tests:
stage: static_analysis # stage: static_analysis
script: # script:
- "python pylint_wrapper.py -s src -s tests" # - "python pylint_wrapper.py -s src -s tests"
unit_tests: #unit_tests:
stage: test # stage: test
script: # script:
- "python tests/unittest/" # - "nosetests tests/unittest/"