From 4d080bc7ca2c2df36d532c6bf4aaa37c102cac66 Mon Sep 17 00:00:00 2001 From: tkl Date: Fri, 29 Jul 2016 09:50:30 +0200 Subject: [PATCH] ci changed to to level make --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b19c3f3..4c90a96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,6 @@ stages: build_job: script: - - "cd source" - "make all APP=test BOARD=stm32f4-discovery DEBUG=y" stage: build except: @@ -30,13 +29,11 @@ build_job: check_job: script: - - "cd source" - "make check APP=test BOARD=stm32f4-discovery DEBUG=y" stage: check test_job: script: - - "cd source" - "make install APP=test BOARD=stm32f4-discovery DEBUG=y" stage: test