mirror of
				https://github.com/bitcoin/bitcoin.git
				synced 2024-05-17 23:56:39 +00:00 
			
		
		
		
	ci: Run arm ci config on cirrus
This commit is contained in:
		
							parent
							
								
									fa0795f54d
								
							
						
					
					
						commit
						fa8b1114e6
					
				@ -53,6 +53,14 @@ global_task_template: &GLOBAL_TASK_TEMPLATE
 | 
				
			|||||||
#  install_script:
 | 
					#  install_script:
 | 
				
			||||||
#    - choco install python --version=3.7.7 -y
 | 
					#    - choco install python --version=3.7.7 -y
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					task:
 | 
				
			||||||
 | 
					  name: 'ARM  [GOAL: install]  [buster]  [unit tests, no functional tests]'
 | 
				
			||||||
 | 
					  << : *GLOBAL_TASK_TEMPLATE
 | 
				
			||||||
 | 
					  container:
 | 
				
			||||||
 | 
					    image: debian:buster
 | 
				
			||||||
 | 
					  env:
 | 
				
			||||||
 | 
					    FILE_ENV: "./ci/test/00_setup_env_arm.sh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
task:
 | 
					task:
 | 
				
			||||||
  name: 'x86_64 Linux  [GOAL: install]  [bionic]  [C++17, previous releases, uses qt5 dev package and some depends packages] [unsigned char]'
 | 
					  name: 'x86_64 Linux  [GOAL: install]  [bionic]  [C++17, previous releases, uses qt5 dev package and some depends packages] [unsigned char]'
 | 
				
			||||||
  << : *GLOBAL_TASK_TEMPLATE
 | 
					  << : *GLOBAL_TASK_TEMPLATE
 | 
				
			||||||
 | 
				
			|||||||
@ -65,13 +65,6 @@ jobs:
 | 
				
			|||||||
      script:
 | 
					      script:
 | 
				
			||||||
        - set -o errexit; source ./ci/lint/06_script.sh
 | 
					        - set -o errexit; source ./ci/lint/06_script.sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - stage: test
 | 
					 | 
				
			||||||
      name: 'ARM  [GOAL: install]  [buster]  [unit tests, no functional tests]'
 | 
					 | 
				
			||||||
      arch: arm64  # Can disable QEMU_USER_CMD and run the tests natively without qemu
 | 
					 | 
				
			||||||
      env: >-
 | 
					 | 
				
			||||||
        FILE_ENV="./ci/test/00_setup_env_arm.sh"
 | 
					 | 
				
			||||||
        QEMU_USER_CMD=""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    - stage: test
 | 
					    - stage: test
 | 
				
			||||||
      name: 'Win64  [GOAL: deploy]  [unit tests, no gui, no boost::process, no functional tests]'
 | 
					      name: 'Win64  [GOAL: deploy]  [unit tests, no gui, no boost::process, no functional tests]'
 | 
				
			||||||
      env: >-
 | 
					      env: >-
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user