Skip to content
Snippets Groups Projects
Commit 1d99b252 authored by Travis Ralston's avatar Travis Ralston
Browse files

Set up Circle CI for complement test running

parent 19cf8c3f
No related branches found
No related tags found
No related merge requests found
version: 2
jobs:
complement:
docker:
- image: circleci/golang:1.14
environment:
GO111MODULE: "on"
COMPLEMENT_BASE_IMAGE: complement-media-repo
COMPLEMENT_VERSION_CHECK_ITERATIONS: 400
steps:
- setup_remote_docker
- checkout
- run:
name: build complement image
command: 'docker build -t complement-media-repo -f Complement.Dockerfile .'
- run:
name: run complement
command: './ci-complement.sh'
build:
docker:
- image: circleci/golang:1.14
......
#!/bin/sh
git clone --depth=1 https://github.com/matrix-org/complement.git CI_COMPLEMENT
cd CI_COMPLEMENT
go test -run '^(TestMediaWithoutFileName)$' -v ./tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment