File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11name : Build Tests (ubuntu-latest gcc)
22on : [push, pull_request, workflow_dispatch]
33jobs :
4- build-and-test :
4+ compile :
5+ name : Test compilation
56 runs-on : ubuntu-latest
67 strategy :
78 matrix :
@@ -31,16 +32,16 @@ jobs:
3132 modules : qt5compat
3233 steps :
3334 - id : install_qt
34- name : " Install Qt using GHA"
35+ name : Install Qt using GHA
3536 uses : jurplel/install-qt-action@v4
3637 with :
3738 arch : ${{ matrix.qt-config.arch }}
3839 version : ${{ matrix.qt-config.version }}
3940 modules : ${{ matrix.qt-config.modules }}
4041 - uses : actions/checkout@v4
4142 - id : make
42- name : " Build with qmake and make"
43+ name : Build with qmake and make
4344 run : qmake && make -j$(nproc)
4445 - id : show_binary
45- name : " Show details of the final binary"
46+ name : Show details of the final binary
4647 run : ls -l bin/valkyrie; ldd -r bin/valkyrie
You can’t perform that action at this time.
0 commit comments