image: name: opensuse/tumbleweed default: before_script: - zypper refresh - zypper install -y make racket - raco pkg install --deps search-auto goblins/ stages: - build - test compile: stage: build script: - make compile unit-tests: before_script: - zypper refresh - zypper install -y xorg-x11-server-Xvfb make racket - Xvfb :4 -screen 0 1024x768x24 & - raco pkg install --deps search-auto goblins/ stage: test script: - DISPLAY=:4 make check docs: stage: test script: - make docs