mirror of
				https://gitlab.com/klmp200/LO41.git
				synced 2025-11-04 03:03:06 +00:00 
			
		
		
		
	
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			
		
			
				
	
	
		
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
image: ubuntu:bionic
 | 
						|
 | 
						|
build:
 | 
						|
  stage: build
 | 
						|
  before_script:
 | 
						|
    - apt update && apt -y install make cmake gcc
 | 
						|
  script:
 | 
						|
    - mkdir cmake-build && cd cmake-build && cmake .. && make |