wallet-core/.gitlab-ci.yml
2020-08-12 16:43:59 -03:00

14 lines
245 B
YAML

image: "registry.gitlab.com/gnu-taler/docker-taler-ci:latest"
before_script:
- pg_ctlcluster 12 main start
test:
script:
- ./bootstrap
- ./configure
- make install integrationtests
after_script:
- pg_ctlcluster 12 main stop