1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-16 23:47:46 +02:00

chore: Update build script for Travis CI

This commit is contained in:
Sirius Bakke 2020-03-19 01:05:03 +01:00
parent b9f20a27a4
commit 78228a4da3
2 changed files with 6 additions and 2 deletions

View File

@ -4,5 +4,7 @@ set -e -x
mkdir -p /fwbuilder/build
cd /fwbuilder/build
cmake ..
cmake .. -DCMAKE_BUILD_TYPE=Debug
make -j$(nproc)
make install
QT_QPA_PLATFORM=vnc ctest -j $(nproc)

View File

@ -4,5 +4,7 @@ set -e -x
mkdir -p /fwbuilder/build
cd /fwbuilder/build
cmake ..
cmake .. -DCMAKE_BUILD_TYPE=Debug
make -j$(nproc)
make install
QT_QPA_PLATFORM=vnc ctest -j $(nproc)