legendary-doc-site/.gitlab-ci.yml

10 lines
124 B
YAML
Raw Normal View History

2020-07-03 00:07:57 +00:00
image: "elixir:1.10"
2020-07-03 15:34:19 +00:00
variables:
DATABASE_URL: "postgres"
services:
- name: postgres:12
2020-07-03 00:07:57 +00:00
tests:
script: script/cibuild