Update CI script
This commit is contained in:
		
							parent
							
								
									0961417fde
								
							
						
					
					
						commit
						2bbe2fb675
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		| 
						 | 
					@ -1,13 +1,13 @@
 | 
				
			||||||
before_script:
 | 
					before_script:
 | 
				
			||||||
 - |
 | 
					 - |
 | 
				
			||||||
    sudo apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F &&
 | 
					    apt-key adv -q --batch --yes --keyserver keyserver.ubuntu.com --recv-keys AA12E97F0881517F &&
 | 
				
			||||||
    sudo add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&
 | 
					    add-apt-repository 'deb https://static.redox-os.org/toolchain/apt ./' &&
 | 
				
			||||||
    sudo apt-get update -qq &&
 | 
					    apt-get update -qq &&
 | 
				
			||||||
    sudo apt-get purge -qq binutils-doc &&
 | 
					    apt-get purge -qq binutils-doc &&
 | 
				
			||||||
    sudo apt-get install -qq nasm pkg-config fuse libfuse-dev genisoimage syslinux realpath x86-64-unknown-redo$
 | 
					    apt-get install -qq build-essential nasm pkg-config fuse libfuse-dev genisoimage syslinux realpath x86-64-unknown-redox-gcc &&
 | 
				
			||||||
    sudo modprobe fuse &&
 | 
					    modprobe fuse &&
 | 
				
			||||||
    sudo chmod 666 /dev/fuse &&
 | 
					    chmod 666 /dev/fuse &&
 | 
				
			||||||
    sudo chown root:$USER /etc/fuse.conf &&
 | 
					    chown root:$USER /etc/fuse.conf &&
 | 
				
			||||||
    curl https://sh.rustup.rs -sSf | sh
 | 
					    curl https://sh.rustup.rs -sSf | sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build:
 | 
					build:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue