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
 | 
			
		||||
    commands: # we probably shouldn't install cmake every time
 | 
			
		||||
      - apt update && apt install -y cmake
 | 
			
		||||
      - cd build
 | 
			
		||||
      - mkdir -p build/ && cd build
 | 
			
		||||
      - cmake ..
 | 
			
		||||
      - make
 | 
			
		||||
  - name: test
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user