mirror of
https://gitlab.com/manzerbredes/esds.git
synced 2025-04-07 02:26:28 +02:00
Update CI
This commit is contained in:
parent
15bc39f1af
commit
b706e2258f
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
archlinux:
|
archlinux:
|
||||||
image: "archlinux:latest"
|
image: "archlinux:latest"
|
||||||
before_script:
|
before_script:
|
||||||
- pacman -Sy python python-numpy diffutils --noconfirm --needed
|
- pacman -Sy python python-pip python-numpy diffutils --noconfirm --needed
|
||||||
|
- pip install build
|
||||||
|
- pip install .
|
||||||
script:
|
script:
|
||||||
- ./tests/run.sh
|
- ./tests/run.sh
|
||||||
|
|
||||||
|
@ -10,6 +12,8 @@ debian:
|
||||||
before_script:
|
before_script:
|
||||||
- apt update && apt install -y python3 python3-pip python-is-python3
|
- apt update && apt install -y python3 python3-pip python-is-python3
|
||||||
- pip install numpy
|
- pip install numpy
|
||||||
|
- pip install build
|
||||||
|
- pip install .
|
||||||
script:
|
script:
|
||||||
- ./tests/run.sh
|
- ./tests/run.sh
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue