1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +00:00
Files
go-chasquid-smtp/.gitlab-ci.yml
Alberto Bertogli f4b41b6725 gitlab-ci.yml: Add a configuration file for GitLab CI
This patch adds a configuration file for the GitLab CI environment, to
run the integration tests with docker.
2018-11-30 10:03:48 +00:00

15 lines
267 B
YAML

stages:
- test
integration_test:
stage: test
image: docker:stable
services:
- docker:dind
script:
- docker info
- docker build -t chasquid-test -f test/Dockerfile .
- docker run chasquid-test env
- docker run chasquid-test make test