All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			
		
			
				
	
	
		
			12 lines
		
	
	
		
			216 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			216 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| kind: pipeline
 | |
| type: docker
 | |
| name: default
 | |
| 
 | |
| steps:
 | |
|   - name: test-compiler
 | |
|     image: archlinux
 | |
|     commands:
 | |
|     - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm
 | |
|     - cd code/compiler
 | |
|     - ./test.sh
 |