forked from vieter-v/vieter
				
			Added base project & start of ci config
						commit
						d80d320483
					
				| 
						 | 
				
			
			@ -0,0 +1,11 @@
 | 
			
		|||
pipeline:
 | 
			
		||||
  lint:
 | 
			
		||||
    image: 'thevlang/vlang:latest'
 | 
			
		||||
    commands:
 | 
			
		||||
      - v fmt -verify pieter
 | 
			
		||||
 | 
			
		||||
  build:
 | 
			
		||||
    image: 'thevlang/vlang:latest'
 | 
			
		||||
    commands:
 | 
			
		||||
      - v pieter
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
fn main() {
 | 
			
		||||
	println('Hello, world!')
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue