$(rm -rvf .)
This commit is contained in:
		
							parent
							
								
									5da1da4e15
								
							
						
					
					
						commit
						f2ce822b24
					
				@ -1,4 +1,4 @@
 | 
				
			|||||||
image: thewtex/opengl:latest
 | 
					image: jamesbrink/opengl
 | 
				
			||||||
 | 
					
 | 
				
			||||||
stages:
 | 
					stages:
 | 
				
			||||||
  - build
 | 
					  - build
 | 
				
			||||||
@ -6,6 +6,6 @@ stages:
 | 
				
			|||||||
build:
 | 
					build:
 | 
				
			||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - apt update && apt install libmesa-dev && apt-file update && apt-file search "gl.h"
 | 
					 | 
				
			||||||
    - gcc --version
 | 
					    - gcc --version
 | 
				
			||||||
 | 
					    - apk add --update glfw-dev freeglut-dev mesa-dev
 | 
				
			||||||
    - mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
 | 
					    - mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user