ci build job file

This commit is contained in:
tkl 2016-07-23 08:43:05 +02:00
parent cb58a410f1
commit 59590aa9b7

69
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,69 @@
variables:
PRODUCT_NAME: "AG"
# PRODUCT_VARIANT: "NA"
PRODUCT_VARIANT: "EU"
# PRODUCT_VARIANT: "CN"
PROJECT_VERSION: "10"
SW_MAJOR: "1"
SW_MINOR: "3"
before_script:
- "echo $CI_BUILD_ID"
- "echo $CI_BUILD_REF_NAME"
stages:
- build
# - check
# - test
# - deploy
build_job:
script:
- "cd source"
- "make APP=test BOARD=stm32f4-discovery"
- "make APP=example_semaphore BOARD=stm32f4-discovery"
stage: build
except:
- /^release/.*$/
#check_job:
# script:
# - "cd top_agricola/core"
# - "./generate_cpp_ci_makefile.py"
# - "make -f Makefile_ci.cck all"
# stage: check
#test_job:
# script: "echo test stage"
# stage: test
#int_release_job:
# script:
# - "cd top_agricola/core"
# - "./generate_ci_makefile.py"
# - "make -f Makefile_ci.gen all"
# - "cd ci"
# - "./deploy_release.py -t rc"
# stage: deploy
# only:
# - /^release/.*$/
# except:
# - tags
#ext_release_job:
# script:
# - "cd top_agricola/core"
# - "./generate_ci_makefile.py"
# - "make -f Makefile_ci.gen all"
# - "cd ci"
# - "./deploy_release.py -t r"
# stage: deploy
# only:
# - /^release/174_AG.*$/
# except:
# - branches