Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 41e1b19

Browse files
committed
Add basic CI tests
1 parent 1f647d7 commit 41e1b19

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitlab-ci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
stages:
2+
- test
3+
- build
4+
5+
test:
6+
stage: test
7+
image:
8+
name: $CI_REGISTRY_IMAGE:latest
9+
entrypoint: [""]
10+
script:
11+
- pip install -e ".[all]"
12+
- trial -j 4 tests
13+
114
build:
215
stage: build
316
image: docker:latest

0 commit comments

Comments
 (0)