Add very basic gitlab-ci.yml file
This commit is contained in:
parent
457785b286
commit
bbb1344d79
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
test:
|
||||||
|
tags:
|
||||||
|
- docker
|
||||||
|
image: ubuntu:latest
|
||||||
|
script:
|
||||||
|
- apt update
|
||||||
|
- apt install -y python3 cython3
|
||||||
|
- ./run_tests.py
|
Loading…
Reference in New Issue
Block a user