mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
Improved concurrency for building on CI
This commit is contained in:
parent
9bb251e14a
commit
5bde14d6ba
@ -29,7 +29,7 @@ before_script:
|
|||||||
popd
|
popd
|
||||||
script: |
|
script: |
|
||||||
cmake . -DCMAKE_BUILD_TYPE=Release
|
cmake . -DCMAKE_BUILD_TYPE=Release
|
||||||
make
|
make -j$(nproc)
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user