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: