Skip to content

Commit 25608db

Browse files
Update main.yml
1 parent c1da067 commit 25608db

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,25 +104,23 @@ jobs:
104104
modules: 'qtmultimedia'
105105
aqtversion: '==3.1.6'
106106

107-
- name: 'Install dependencies'
107+
- name: Install dependencies
108108
run: |
109109
sudo apt-get update
110110
sudo apt-get install libgl1-mesa-dev libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libzstd-dev libxcb-image0-dev libxcb-util0-dev libxcb-cursor-dev
111111
112-
- name: 'Compile application'
112+
- name: Compile Silaty
113113
run: |
114-
${{env.QMAKE}} ${{env.QMAKE_PROJECT}} CONFIG+=release PREFIX=/usr
115-
make -j${{env.CORES}}
114+
qmake -config release && make -j1
116115
117-
- name: 'Install linuxdeploy'
116+
- name: Install LinuxDeploy
118117
run: |
119118
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
120119
wget https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
121120
chmod +x linuxdeploy-x86_64.AppImage
122121
chmod +x linuxdeploy-plugin-qt-x86_64.AppImage
123122
124-
125-
- name: 'Create AppImage'
123+
- name: Create AppImage
126124
run: |
127125
export QML_SOURCES_PATHS="${{env.QML_DIR_NIX}}"
128126
export QMAKE=${{env.REPO_DIR}}/Qt/${{env.QT_VERSION}}/gcc_64/bin/${{env.QMAKE}}

0 commit comments

Comments
 (0)