Update buildWithDocker.sh

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

View File

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