gash/build-aux/gitlab-ci.yml

16 lines
272 B
YAML
Raw Normal View History

image: debian:buster
before_script:
- apt-get update -qq && apt-get install -y -qq
autoconf
automake
guile-2.2-dev
make
pkg-config
- which guile
- guile --version
test:
script:
- ./bootstrap && ./configure && make && make check