Added Woodpecker CI
- Added CI pipeline file .woodpecker.yml - Edited README to include a build status badge and update URLs to locally hosted
This commit is contained in:
		
							parent
							
								
									a3f0d66c2b
								
							
						
					
					
						commit
						a18850e136
					
				
					 3 changed files with 17 additions and 1 deletions
				
			
		
							
								
								
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
										
									
									
										vendored
									
									
								
							| 
						 | 
				
			
			@ -2,3 +2,4 @@ build.ipk
 | 
			
		|||
build.opk
 | 
			
		||||
jiljil.dge
 | 
			
		||||
*.o
 | 
			
		||||
project.geany
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										13
									
								
								.woodpecker.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								.woodpecker.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,13 @@
 | 
			
		|||
pipeline:
 | 
			
		||||
    retrofw:
 | 
			
		||||
        image: gitea.massivebox.net/massivebox/retrofw-docker-buildroot:latest
 | 
			
		||||
        commands:
 | 
			
		||||
            - export PATH=/buildroot/output/host/bin:/buildroot/output/host/mipsel-RetroFW-linux-uclibc/sysroot/usr/bin:$PATH
 | 
			
		||||
            - make -f Makefile.rfw ipk
 | 
			
		||||
            - make -f Makefile.rfw opk
 | 
			
		||||
    linux:
 | 
			
		||||
        image: debian
 | 
			
		||||
        commands:
 | 
			
		||||
            - apt-get update; apt-get upgrade -y; apt-get install -y libsdl1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-sound1.2-dev gcc make
 | 
			
		||||
            - make -f Makefile.rfw clean
 | 
			
		||||
            - make
 | 
			
		||||
| 
						 | 
				
			
			@ -1,6 +1,8 @@
 | 
			
		|||
# RetroFW JilJil
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
[](https://woodpecker.massivebox.net/massivebox/retrofw-jiljil)
 | 
			
		||||
 | 
			
		||||
This repo contains the source code for my port of [JilJil](https://www.cavestory.org/pixels-works/jil-jil.php) for (hopefully) **RetroFW** compatible devices and **Linux**.
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue