Compare commits
2 Commits
develop
...
8a46b106ff
Author | SHA1 | Date | |
---|---|---|---|
8a46b106ff | |||
1eebfd9717 |
@@ -1,8 +1,11 @@
|
|||||||
# .woodpecker.yml
|
# .woodpecker.yml
|
||||||
pipeline:
|
pipeline:
|
||||||
install:
|
install:
|
||||||
image: python
|
image: debian
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install python3
|
||||||
|
- apt-get install python3-pip
|
||||||
- pip install build
|
- pip install build
|
||||||
- pip install pytest
|
- pip install pytest
|
||||||
- pip install setuptools
|
- pip install setuptools
|
||||||
|
Reference in New Issue
Block a user