Fix a few workflow issues
This commit is contained in:
@@ -25,9 +25,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build Assets
|
- name: Build Assets
|
||||||
run: |
|
run: |
|
||||||
python pkgutils.py manual
|
python pkgutils.py build-assets
|
||||||
python pkgutils.py sample
|
|
||||||
python pkgutils.py qtlrelease
|
|
||||||
|
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pip install -U -r requirements.txt -r tests/requirements.txt
|
pip install -U -r requirements.txt -r tests/requirements.txt
|
||||||
- name: Run Build Commands
|
- name: Run Build Commands
|
||||||
run: python pkgutils.py qtlrelease sample
|
run: python pkgutils.py build-assets
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
export QT_QPA_PLATFORM=offscreen
|
export QT_QPA_PLATFORM=offscreen
|
||||||
|
|||||||
@@ -20,12 +20,6 @@ pip3 install -r docs/source/requirements.txt
|
|||||||
python3 pkgutils.py build-assets
|
python3 pkgutils.py build-assets
|
||||||
deactivate
|
deactivate
|
||||||
|
|
||||||
echo ""
|
|
||||||
echo " Building Windows Source Zip"
|
|
||||||
echo "================================================================================"
|
|
||||||
echo ""
|
|
||||||
python3 pkgutils.py windows-zip
|
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo " Building Linux Packages"
|
echo " Building Linux Packages"
|
||||||
echo "================================================================================"
|
echo "================================================================================"
|
||||||
|
|||||||
Reference in New Issue
Block a user