blob: 9e896e9c1d21c53ff9fcc12377d34b68e38831bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|