mirror of
				https://github.com/SwallowOS/image_pixman
				synced 2025-11-04 13:45:44 +08:00 
			
		
		
		
	Merge branch 'ci' into 'master'
ci: Add .gitlab-ci.yml See merge request pixman/pixman!1
This commit is contained in:
		
							
								
								
									
										9
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
			
		||||
image: fedora:28
 | 
			
		||||
 | 
			
		||||
job:
 | 
			
		||||
    script:
 | 
			
		||||
    - dnf -y install dnf-plugins-core
 | 
			
		||||
    - dnf -y groupinstall buildsys-build
 | 
			
		||||
    - dnf -y builddep pixman
 | 
			
		||||
    - ./autogen.sh
 | 
			
		||||
    - make -sj4 check
 | 
			
		||||
							
								
								
									
										6
									
								
								contrib/ci.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										6
									
								
								contrib/ci.sh
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,6 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
set -ex
 | 
			
		||||
 | 
			
		||||
./autogen.sh
 | 
			
		||||
make -sj4 check
 | 
			
		||||
		Reference in New Issue
	
	Block a user