attempt to fix building process on gitlab
This commit is contained in:
		
							parent
							
								
									ae8f7e540e
								
							
						
					
					
						commit
						45033760b9
					
				@ -7,5 +7,5 @@ build:
 | 
				
			|||||||
  stage: build
 | 
					  stage: build
 | 
				
			||||||
  script:
 | 
					  script:
 | 
				
			||||||
    - gcc --version
 | 
					    - gcc --version
 | 
				
			||||||
    - sudo apt update && sudo apt install freeglut glfw -y
 | 
					    - sudo apt update && sudo apt install libmesa-dev -y && apt-file update && apt-file search "gl.h"
 | 
				
			||||||
    - 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