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

variables:
  DOCKER_DRIVER: overlay

services:
- docker:dind

stages:
  - build

build:
  stage: build
  script:
    - chmod +x scripts/ci.sh
    - sh scripts/ci.sh
    - pipenv run lint
    - pipenv run test