mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-09 22:56:53 +00:00
Add CI
This commit is contained in:
parent
c2e6aad09f
commit
03eab9f6b3
1 changed files with 15 additions and 0 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
archlinux:
|
||||
image: "archlinux:latest"
|
||||
before_script:
|
||||
- pacman -Sy python python-numpy diffutils --noconfirm --needed
|
||||
script:
|
||||
- ./tests/run.sh
|
||||
|
||||
debian:
|
||||
image: "debian:latest"
|
||||
before_script:
|
||||
- apt update && apt install -y python3 python3-pip python-is-python3
|
||||
- pip install numpy
|
||||
script:
|
||||
- ./tests/run.sh
|
||||
|
Loading…
Add table
Reference in a new issue