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

19 lines
244 B
YAML
Raw Normal View History

2020-07-03 00:07:57 +00:00
image: "elixir:1.10"
cache:
paths:
- _build
- deps
2020-07-03 15:34:19 +00:00
variables:
POSTGRES_PASSWORD: "postgres"
POSTGRES_USER: "postgres"
2020-07-03 15:34:19 +00:00
DATABASE_URL: "postgres"
MIX_ENV: "test"
2020-07-03 15:34:19 +00:00
services:
- name: postgres:12
2020-07-03 00:07:57 +00:00
tests:
2020-07-17 23:30:31 +00:00
script: script/cibuild