Linux PyQt tray application to control OctoPrint instances
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

buildwindows.yml 434B

123456789101112131415161718192021
  1. name: Build Windows
  2. on: [push]
  3. jobs:
  4. build:
  5. runs-on: windows-latest
  6. steps:
  7. - uses: actions/checkout@v2
  8. - name: Set up Python 3.9
  9. uses: actions/setup-python@v2
  10. with:
  11. python-version: 3.9
  12. - name: Install dependencies
  13. run: |
  14. python -m pip install --upgrade pip
  15. pip install pylint
  16. pip install py2exe
  17. - name: Run Windows build
  18. run: |
  19. build_win.bat