mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
Update build.yml
This commit is contained in:
parent
702060853f
commit
9638ef55c8
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -32,12 +32,13 @@ jobs:
|
||||||
python3 -m aqt install-qt -m qtmultimedia -O ${{ github.workspace }}/Qt/ linux desktop ${{ env.QT_VERSION }}
|
python3 -m aqt install-qt -m qtmultimedia -O ${{ github.workspace }}/Qt/ linux desktop ${{ env.QT_VERSION }}
|
||||||
echo ${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/gcc_64/bin/ >> $GITHUB_PATH
|
echo ${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/gcc_64/bin/ >> $GITHUB_PATH
|
||||||
- name: build
|
- name: build
|
||||||
|
working-directory: ./story-editor
|
||||||
run: |
|
run: |
|
||||||
cd story-editor
|
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -DQt6_DIR=${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/gcc_64/gcc_64/lib/cmake/Qt6 ..
|
cmake -DCMAKE_BUILD_TYPE=Release -DQt6_DIR=${{ github.workspace }}/Qt/${{ env.QT_VERSION }}/gcc_64/gcc_64/lib/cmake/Qt6 ..
|
||||||
make
|
make
|
||||||
- name: appimage
|
- name: appimage
|
||||||
|
working-directory: ./story-editor/build
|
||||||
run: |
|
run: |
|
||||||
wget -O deploy.AppImage https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
wget -O deploy.AppImage https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
|
||||||
chmod +x deploy.AppImage
|
chmod +x deploy.AppImage
|
||||||
|
|
@ -54,6 +55,7 @@ jobs:
|
||||||
- name: upload_artefact
|
- name: upload_artefact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
working-directory: ./story-editor
|
||||||
name: StoryEditorLinux
|
name: StoryEditorLinux
|
||||||
path: ./build/StoryEditor*.AppImage
|
path: ./build/StoryEditor*.AppImage
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue