summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuhammet Kara <mrkara@users.noreply.github.com>2020-10-12 10:10:05 +0300
committerMuhammet Kara <mrkara@users.noreply.github.com>2020-10-12 15:11:00 +0300
commit7777f3df63a911f2f4eb4c3b713cd8efd0c3de12 (patch)
tree7040c15e4d10b745a2ccfa2bbd8b3cd6ea4ede0b
parentlocorestrings style fixed (diff)
downloadonline-7777f3df63a911f2f4eb4c3b713cd8efd0c3de12.tar.gz
online-7777f3df63a911f2f4eb4c3b713cd8efd0c3de12.zip
Gitpod: Use nproc with make
To make use of multiple cores/threads as suggested by kendy Change-Id: I07f12cf816133bb7e2b0c751fb6e623a535ff2e0
-rw-r--r--.gitpod.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
index c2ddeea55f..9d6d78d6a9 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -32,5 +32,5 @@ github:
tasks:
- init: cd .. && wget https://github.com/CollaboraOnline/online/releases/download/for-code-assets/core-cp-6.4-assets.tar.gz
- prebuild: tar xvf core-cp-6.4-assets.tar.gz && rm core-cp-6.4-assets.tar.gz && cd online && ./autogen.sh && ./configure --enable-silent-rules --with-lokit-path=/workspace/include --with-lo-path=/workspace/instdir --enable-debug --disable-setcap && cp .gitpod-files/loolwsd-gitpod.xml loolwsd.xml && make
+ prebuild: tar xvf core-cp-6.4-assets.tar.gz && rm core-cp-6.4-assets.tar.gz && cd online && ./autogen.sh && ./configure --enable-silent-rules --with-lokit-path=/workspace/include --with-lo-path=/workspace/instdir --enable-debug --disable-setcap && cp .gitpod-files/loolwsd-gitpod.xml loolwsd.xml && make -j `nproc`