klog/devscripts/buildWithDocker.sh

5 lines
103 B
Bash
Raw Permalink Normal View History

2021-08-15 22:47:12 +00:00
#!/bin/bash
2021-08-16 16:26:16 +00:00
echo $PWD
2021-08-16 16:25:54 +00:00
cd /root/klog/
2021-08-15 17:28:57 +00:00
qmake KLog.pro -spec linux-g++ CONFIG+=release && make -j$(nproc)