mirror of
				https://github.com/facebook/zstd.git
				synced 2025-10-31 08:37:43 +02:00 
			
		
		
		
	circleci: removed -m32 tests
installing dependencies costs ~2mn, making it the longest test (test itself was < 15sec)
This commit is contained in:
		
							
								
								
									
										14
									
								
								circle.yml
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								circle.yml
									
									
									
									
									
								
							| @@ -3,7 +3,6 @@ dependencies: | ||||
|     - sudo dpkg --add-architecture i386 | ||||
|     - sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; sudo apt-get -y -qq update | ||||
|     - sudo apt-get -y install gcc-powerpc-linux-gnu gcc-arm-linux-gnueabi libc6-dev-armel-cross gcc-aarch64-linux-gnu libc6-dev-arm64-cross | ||||
|     - sudo apt-get -y install linux-libc-dev:i386 libc6-dev-i386 | ||||
|  | ||||
| test: | ||||
|   override: | ||||
| @@ -23,13 +22,13 @@ test: | ||||
|       : | ||||
|         parallel: true | ||||
|     - ? | | ||||
|         if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then make m32build     && make clean; fi && | ||||
|         if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make armbuild     && make clean; fi | ||||
|         if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then make aarch64build && make clean; fi && | ||||
|         if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make ppcbuild     && make clean; fi | ||||
|       : | ||||
|         parallel: true | ||||
|     - ? | | ||||
|         if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then make aarch64build && make clean; fi && | ||||
|         if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make ppcbuild     && make clean; fi | ||||
|         if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then make -j regressiontest && make clean; fi && | ||||
|         if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make armbuild     && make clean; fi | ||||
|       : | ||||
|         parallel: true | ||||
|     - ? | | ||||
| @@ -42,11 +41,6 @@ test: | ||||
|         if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then make -C lib libzstd-nomt && make clean; fi | ||||
|       : | ||||
|         parallel: true | ||||
|     - ? | | ||||
|         if [[ "$CIRCLE_NODE_INDEX" == "0" ]]                                    ; then make -j regressiontest && make clean; fi && | ||||
|         if [[ "$CIRCLE_NODE_TOTAL" < "2" ]] || [[ "$CIRCLE_NODE_INDEX" == "1" ]]; then true; fi   # can add one more test here | ||||
|       : | ||||
|         parallel: true | ||||
|  | ||||
|   post: | ||||
|     - echo Circle CI tests finished | ||||
|   | ||||
		Reference in New Issue
	
	Block a user