ci build jobs changed
This commit is contained in:
		@@ -17,14 +17,13 @@ before_script:
 | 
				
			|||||||
stages:
 | 
					stages:
 | 
				
			||||||
  - check
 | 
					  - check
 | 
				
			||||||
  - build
 | 
					  - build
 | 
				
			||||||
#  - test
 | 
					  - test
 | 
				
			||||||
#  - deploy
 | 
					#  - deploy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build_job:
 | 
					build_job:
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - "cd source"
 | 
					    - "cd source"
 | 
				
			||||||
    - "make build APP=test BOARD=stm32f4-discovery"
 | 
					    - "make build APP=test BOARD=stm32f4-discovery"
 | 
				
			||||||
    - "make build APP=example_semaphore BOARD=stm32f4-discovery"
 | 
					 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  except:
 | 
					  except:
 | 
				
			||||||
    - /^release/.*$/
 | 
					    - /^release/.*$/
 | 
				
			||||||
@@ -33,12 +32,13 @@ check_job:
 | 
				
			|||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - "cd source"
 | 
					    - "cd source"
 | 
				
			||||||
    - "make check APP=test BOARD=stm32f4-discovery"
 | 
					    - "make check APP=test BOARD=stm32f4-discovery"
 | 
				
			||||||
    - "make check APP=example_semaphore BOARD=stm32f4-discovery"
 | 
					 | 
				
			||||||
  stage: check
 | 
					  stage: check
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#test_job:
 | 
					test_job:
 | 
				
			||||||
#  script: "echo test stage"
 | 
					  script:
 | 
				
			||||||
#  stage: test
 | 
					    - "cd source"
 | 
				
			||||||
 | 
					    - "make install APP=test BOARD=stm32f4-discovery"
 | 
				
			||||||
 | 
					  stage: test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#int_release_job:
 | 
					#int_release_job:
 | 
				
			||||||
#  script:
 | 
					#  script:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user