Update buildWithDocker.sh

This commit is contained in:
ea4k 2021-08-16 18:26:16 +02:00 committed by GitHub
parent 0f82e9f931
commit e921ab6dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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