From e4ec7adce6483076a80146730048c55598fc8192 Mon Sep 17 00:00:00 2001 From: tkl Date: Tue, 26 Jul 2016 22:35:44 +0200 Subject: [PATCH] ci build jobs changed --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46e8959..7e9bfd5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,14 +17,13 @@ before_script: stages: - check - build -# - test + - test # - deploy build_job: script: - "cd source" - "make build APP=test BOARD=stm32f4-discovery" - - "make build APP=example_semaphore BOARD=stm32f4-discovery" stage: build except: - /^release/.*$/ @@ -33,12 +32,13 @@ check_job: script: - "cd source" - "make check APP=test BOARD=stm32f4-discovery" - - "make check APP=example_semaphore BOARD=stm32f4-discovery" stage: check -#test_job: -# script: "echo test stage" -# stage: test +test_job: + script: + - "cd source" + - "make install APP=test BOARD=stm32f4-discovery" + stage: test #int_release_job: # script: