1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-17 07:57:43 +02:00
fwbuilder/docker/travis.ubuntu_16.04.sh
Sirius Bakke 843434acc0 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.
2020-03-19 23:38:26 +01:00

10 lines
133 B
Bash
Executable File

#!/bin/bash
set -e -x
mkdir -p /fwbuilder/build
cd /fwbuilder/build
cmake .. -DCMAKE_BUILD_TYPE=Debug
make -j$(nproc)
make install