Change workflow to create a build directory
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				ci/woodpecker/push/workflow Pipeline failed
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	ci/woodpecker/push/workflow Pipeline failed
				
			This commit is contained in:
		@@ -7,7 +7,7 @@ steps:
 | 
				
			|||||||
    image: gcc:latest
 | 
					    image: gcc:latest
 | 
				
			||||||
    commands: # we probably shouldn't install cmake every time
 | 
					    commands: # we probably shouldn't install cmake every time
 | 
				
			||||||
      - apt update && apt install -y cmake
 | 
					      - apt update && apt install -y cmake
 | 
				
			||||||
      - cd build
 | 
					      - mkdir -p build/ && cd build
 | 
				
			||||||
      - cmake ..
 | 
					      - cmake ..
 | 
				
			||||||
      - make
 | 
					      - make
 | 
				
			||||||
  - name: test
 | 
					  - name: test
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user