aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 4f8c40d45539500e3e18c5b0fb234b3d7b9c4f50 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
image: pythondiscord/snekbox-ci:latest

variables:
  DOCKER_DRIVER: overlay
  RMQ_HOST: rabbit

services:
  - docker:dind
  - name: rabbitmq:3.7.5-alpine
    alias: rabbit


stages:
  - build

build:
  stage: build
  script:
    - docker ps
    - pipenv sync --dev
    - pipenv run lint
    - pipenv run test
    - pipenv run buildbox
    - pipenv run pushbox