Finalize new Drone configuration
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							parent
							
								
									5e6d97ab36
								
							
						
					
					
						commit
						6712c0064a
					
				
							
								
								
									
										15
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								.drone.yml
									
									
									
									
									
								
							@ -7,19 +7,16 @@ volumes:
 | 
			
		||||
    temp: {}
 | 
			
		||||
 | 
			
		||||
steps:
 | 
			
		||||
# - name: test-compiler
 | 
			
		||||
#   image: archlinux
 | 
			
		||||
#   commands:
 | 
			
		||||
#   - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm
 | 
			
		||||
#   - cd code/compiler
 | 
			
		||||
#   - ./test.sh
 | 
			
		||||
  - name: test-compiler
 | 
			
		||||
    image: archlinux
 | 
			
		||||
    commands:
 | 
			
		||||
    - pacman -Sy cmake gcc make llvm bison flex gettext --noconfirm
 | 
			
		||||
    - cd code/compiler
 | 
			
		||||
    - ./test.sh
 | 
			
		||||
  - name: build-live
 | 
			
		||||
    image: klakegg/hugo:ext-alpine
 | 
			
		||||
    commands:
 | 
			
		||||
    - hugo -D --baseUrl "http://danilafe.com:8080"
 | 
			
		||||
    - ls -la
 | 
			
		||||
    - ls -la /live-output
 | 
			
		||||
    - ls -la /target
 | 
			
		||||
    volumes:
 | 
			
		||||
    - name: live-output
 | 
			
		||||
      path: /live-output
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user