stages: - build - test - deploy before_script: - ./bootstrap - ./configure --enable-gcov build: stage: - build script: - make test: stage: - test script: - make coverage-html dist: stage: - deploy script: - make dist