mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 02:31:45 +01:00
Fix #3 add dockerfile
This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -78,6 +78,15 @@ jobs:
|
||||
python -m kleinanzeigen_bot version
|
||||
python -m kleinanzeigen_bot verify
|
||||
|
||||
- name: "Build docker image"
|
||||
if: startsWith(matrix.os, 'linux')
|
||||
run: |
|
||||
set -eux
|
||||
|
||||
bash docker/build-image.sh
|
||||
|
||||
docker run --rm kleinanzeigen-bot/kleinanzeigen-bot help
|
||||
|
||||
- name: py2exe
|
||||
if: startsWith(matrix.os, 'windows')
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user