You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

32 lines
551 B

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