mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Split circle into build and test for x86.
This commit is contained in:
		
							parent
							
								
									cd2d893634
								
							
						
					
					
						commit
						b9dccf9f20
					
				
							
								
								
									
										30
									
								
								circle.yml
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								circle.yml
									
									
									
									
									
								
							| @ -93,7 +93,7 @@ jobs: | |||||||
|           name: Install build dependencies |           name: Install build dependencies | ||||||
|           command: | |           command: | | ||||||
|             apt-get -qq update |             apt-get -qq update | ||||||
|             apt-get -qy install ccache cmake libboost-all-dev libz3-dev libleveldb1v5 |             apt-get -qy install ccache cmake libboost-all-dev libz3-dev | ||||||
|       - run: |       - run: | ||||||
|           name: Init submodules |           name: Init submodules | ||||||
|           command: | |           command: | | ||||||
| @ -114,15 +114,34 @@ jobs: | |||||||
|           key: ccache-{{ arch }}-{{ .Branch }} |           key: ccache-{{ arch }}-{{ .Branch }} | ||||||
|           paths: |           paths: | ||||||
|             - ~/.ccache |             - ~/.ccache | ||||||
|  |       - store_artifacts: | ||||||
|  |           path: build/solc/solc | ||||||
|  |           destination: solc | ||||||
|  |       - persist_to_workspace: | ||||||
|  |           root: build | ||||||
|  |           paths: | ||||||
|  |             - solc/solc | ||||||
|  |             - test/soltest | ||||||
|  |             - test/solfuzzer | ||||||
|  | 
 | ||||||
|  |   test_x86: | ||||||
|  |     docker: | ||||||
|  |       - image: buildpack-deps:artful | ||||||
|  |     steps: | ||||||
|  |       - checkout | ||||||
|  |       - attach_workspace: | ||||||
|  |           at: build | ||||||
|  |       - run: | ||||||
|  |           name: Install dependencies | ||||||
|  |           command: | | ||||||
|  |             apt-get -qq update | ||||||
|  |             apt-get -qy install libz3-dev libleveldb1v5 | ||||||
|       - run: mkdir -p test_results |       - run: mkdir -p test_results | ||||||
|       - run: |       - run: | ||||||
|           name: Tests |           name: Tests | ||||||
|           command: scripts/tests.sh --junit_report test_results |           command: scripts/tests.sh --junit_report test_results | ||||||
|       - store_test_results: |       - store_test_results: | ||||||
|           path: test_results/ |           path: test_results/ | ||||||
|       - store_artifacts: |  | ||||||
|           path: build/solc/solc |  | ||||||
|           destination: solc |  | ||||||
| 
 | 
 | ||||||
|   docs: |   docs: | ||||||
|     docker: |     docker: | ||||||
| @ -158,4 +177,7 @@ workflows: | |||||||
|           requires: |           requires: | ||||||
|             - build_emscripten |             - build_emscripten | ||||||
|       - build_x86 |       - build_x86 | ||||||
|  |       - test_x86: | ||||||
|  |           requires: | ||||||
|  |             - build_x86 | ||||||
|       - docs |       - docs | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user