Skip to content

Commit a1f7bad

Browse files
committed
Fix DirCon workflow qmake invocation with explicit project files
1 parent 12a41c8 commit a1f7bad

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/dircon-loopback.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ jobs:
2626
2727
- name: Build qdomyos-zwift static library
2828
run: |
29-
cd src
30-
qmake
29+
qmake src/qdomyos-zwift-lib.pro
3130
make -j"$(nproc)"
3231
3332
- name: Build test binary
3433
run: |
35-
cd tst
36-
qmake
34+
qmake tst/qdomyos-zwift-tests.pro
3735
make -j"$(nproc)"
3836
3937
- name: Run DirCon loopback test (fakebike server -> dircon client)

0 commit comments

Comments
 (0)