image: docker pull thewtex/opengl:latest stages: - build build: stage: build script: - gcc --version - mkdir -p build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. && make -j