build as release - debug not working because of missing os lib
This commit is contained in:
		@@ -22,7 +22,8 @@ stages:
 | 
			
		||||
 | 
			
		||||
build_job:
 | 
			
		||||
  script:
 | 
			
		||||
    - "make all BOARD=stm32f4-discovery DEBUG=y"
 | 
			
		||||
    - "make all BOARD=stm32f4-discovery"
 | 
			
		||||
#    - "make all BOARD=stm32f4-discovery DEBUG=y"
 | 
			
		||||
  stage: build
 | 
			
		||||
  except:
 | 
			
		||||
    - /^release/.*$/
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user