generation of git info added
This commit is contained in:
		@@ -22,19 +22,20 @@ stages:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
build_job:
 | 
					build_job:
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - "make all APP=test BOARD=stm32f4-discovery DEBUG=y"
 | 
					    - "make all BOARD=stm32f4-discovery DEBUG=y"
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  except:
 | 
					  except:
 | 
				
			||||||
    - /^release/.*$/
 | 
					    - /^release/.*$/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
check_job:
 | 
					check_job:
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - "make check APP=test BOARD=stm32f4-discovery DEBUG=y"
 | 
					    - "make check BOARD=stm32f4-discovery DEBUG=y"
 | 
				
			||||||
  stage: check
 | 
					  stage: check
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test_job:
 | 
					test_job:
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - "make install APP=test BOARD=stm32f4-discovery DEBUG=y"
 | 
					    - "python source/scripts/get_history.py"
 | 
				
			||||||
 | 
					    - "make install BOARD=stm32f4-discovery DEBUG=y"
 | 
				
			||||||
  stage: test
 | 
					  stage: test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#int_release_job:
 | 
					#int_release_job:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user