wallet-core/.gitlab-ci.yml

14 lines
245 B
YAML
Raw Normal View History

image: "registry.gitlab.com/gnu-taler/docker-taler-ci:latest"
before_script:
- pg_ctlcluster 12 main start
2020-08-12 21:43:59 +02:00
test:
2020-08-06 14:03:08 +02:00
script:
- ./bootstrap
- ./configure
- make install integrationtests
after_script:
- pg_ctlcluster 12 main stop