ci changed to to level make
This commit is contained in:
		@@ -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
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user