image: rikorose/gcc-cmake:latest stages: - build - pages cache: build: stage: build script: - gcc --version - make debug - make release pages: stage: build image: rikorose/gcc-cmake:latest script: - cd doc && doxygen Doxyfile && cd .. - mv doc/html/ public/ artifacts: paths: - public