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

variables:
  DOCKER_DRIVER: overlay

services:
  - docker:dind

stages:
  - build

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