klog/devscripts/buildWithDocker.sh
2021-08-16 17:48:17 +02:00

5 lines
94 B
Bash
Executable File

#!/bin/bash
ls -la
cd klog/
qmake KLog.pro -spec linux-g++ CONFIG+=release && make -j$(nproc)