1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-01 14:47:27 +02:00

test: Disable tests on Ubuntu 16.04

The Qt version is too old to support the vnc
QPA platform - which is needed for the GUI
tests to run.
This commit is contained in:
Sirius Bakke 2020-03-19 23:38:26 +01:00
parent e1f21b89fb
commit 843434acc0

View File

@ -7,4 +7,3 @@ cd /fwbuilder/build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make -j$(nproc)
make install
QT_QPA_PLATFORM=vnc ctest -j $(nproc)