diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..89b494c --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,8 @@ +--- +pipeline: + + build: + image: python3 + commands: + - pip3 install -r requirements.txt + - ./build.py