File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 run : |
2929 export PATH="$(brew --prefix qt)/bin:$PATH"
3030 make -j$(sysctl -n hw.logicalcpu)
31+
32+ - name : Build and run tests
33+ run : |
34+ export PATH="($brew --prefix=qt)/bin:$PATH"
35+ cd tests/
36+ qmake6 tests.pro
37+ make -j$(sysctl -n hw.logicalcpu)
38+ QT_QPA_PLATFORM=offscreen make check
Original file line number Diff line number Diff line change 3434 - name : Build
3535 run : make -j$(nproc)
3636
37- - name : Run tests
38- run : make check || true
37+ - name : Build and run tests
38+ run : |
39+ cd tests/
40+ qmake6 tests.pro
41+ make -j$(nproc)
42+ QT_QPA_PLATFORM=offscreen make check
Original file line number Diff line number Diff line change 3030
3131 - name : Build
3232 run : mingw32-make -j4
33+
34+ - name : Build and run tests
35+ run : |
36+ cd tests/
37+ qmake6 tests.pro
38+ mingw32-make -j4
39+ mingw32-make check
40+ env :
41+ QT_QPA_PLATFORM : offscreen
42+
You can’t perform that action at this time.
0 commit comments