Add very basic gitlab-ci.yml file
This commit is contained in:
parent
457785b286
commit
bbb1344d79
1 changed files with 8 additions and 0 deletions
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 a new issue