Commit 7951f70b authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Switching to a docker-based CI runner.

parent 9f0c8d3c
Loading
Loading
Loading
Loading
+4 −16
Original line number Diff line number Diff line
default:
  tags:
    - pygriffin
    - pygriffin-docker

stages:
  - build
  - build_hit
  - test
  - build_and_test

build:
  stage: build
build_and_test:
  stage: build_and_test
  script:
    - pip install .[test]

# build_hit:
#   stage: build_hit
#   script:
#     - ./scripts/ci/build_hit.sh
#   allow_failure: true

test:
  stage: test
  script:
    - pytest -v ./tests