ci ad debug
This commit is contained in:
		@@ -23,7 +23,7 @@ stages:
 | 
			
		||||
build_job:
 | 
			
		||||
  script:
 | 
			
		||||
    - "cd source"
 | 
			
		||||
    - "make all APP=test BOARD=stm32f4-discovery"
 | 
			
		||||
    - "make all APP=test BOARD=stm32f4-discovery DEBUG=y"
 | 
			
		||||
  stage: build
 | 
			
		||||
  except:
 | 
			
		||||
    - /^release/.*$/
 | 
			
		||||
@@ -31,13 +31,13 @@ build_job:
 | 
			
		||||
check_job:
 | 
			
		||||
  script:
 | 
			
		||||
    - "cd source"
 | 
			
		||||
    - "make check APP=test BOARD=stm32f4-discovery"
 | 
			
		||||
    - "make check APP=test BOARD=stm32f4-discovery DEBUG=y"
 | 
			
		||||
  stage: check
 | 
			
		||||
 | 
			
		||||
test_job:
 | 
			
		||||
  script:
 | 
			
		||||
    - "cd source"
 | 
			
		||||
    - "make install APP=test BOARD=stm32f4-discovery"
 | 
			
		||||
    - "make install APP=test BOARD=stm32f4-discovery DEBUG=y"
 | 
			
		||||
  stage: test
 | 
			
		||||
 | 
			
		||||
#int_release_job:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user