Linux PyQt tray application to control OctoPrint instances
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

buildmac.yml 429B

123456789101112131415161718192021
  1. name: Build Windows
  2. on: [push]
  3. jobs:
  4. build:
  5. runs-on: macos-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 Mac build
  18. run: |
  19. ./build_mac.sh