I’m an idiot
This commit is contained in:
		
							parent
							
								
									9c86efe0af
								
							
						
					
					
						commit
						a4a088779c
					
				@ -2,6 +2,7 @@ image: nvidia/opengl:devel
 | 
			
		||||
 | 
			
		||||
stages:
 | 
			
		||||
  - build
 | 
			
		||||
  - pages
 | 
			
		||||
 | 
			
		||||
cache:
 | 
			
		||||
  key: apt-cache
 | 
			
		||||
@ -18,3 +19,17 @@ build:
 | 
			
		||||
    - gcc --version
 | 
			
		||||
    - make debug
 | 
			
		||||
    - make release
 | 
			
		||||
 | 
			
		||||
pages:
 | 
			
		||||
  stage: build
 | 
			
		||||
  image: ubuntu:trusty
 | 
			
		||||
  script:
 | 
			
		||||
    - export DEBIAN_FRONTEND=noninteractive
 | 
			
		||||
    - apt-get -yq update
 | 
			
		||||
    - apt-get -yq install graphviz
 | 
			
		||||
    - apt-get -yq install doxygen
 | 
			
		||||
    - cd doc && doxygen Doxyfile && cd ..
 | 
			
		||||
    - mv docs/html/ public/
 | 
			
		||||
  artifacts:
 | 
			
		||||
    paths:
 | 
			
		||||
      - public
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user