Compare commits

...

3 Commits

Author SHA1 Message Date
Julien Palard 3d1c2f4f19
woodpecker: make verifs 2022-12-08 10:39:28 +01:00
Julien Palard 0083682494
Try to give an explicit platform. 2022-12-08 10:06:26 +01:00
Julien Palard 69aa12a231
Hello world. 2022-12-07 23:04:50 +01:00
1 changed files with 10 additions and 0 deletions

10
.woodpecker.yml Normal file
View File

@ -0,0 +1,10 @@
---
platform: linux/arm64
pipeline:
test:
image: registry.gitlab.com/python-devs/ci-images:active
commands:
- python -m pip install -r requirements.txt
- make verifs