simplifying gitlabCI script
This commit is contained in:
		
							parent
							
								
									89b9385db4
								
							
						
					
					
						commit
						36d4fde71d
					
				@ -15,12 +15,8 @@ build:
 | 
			
		||||
 | 
			
		||||
pages:
 | 
			
		||||
  stage: build
 | 
			
		||||
  image: ubuntu:trusty
 | 
			
		||||
  image: rikorose/gcc-cmake:latest
 | 
			
		||||
  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:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user