8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Return option to make paralell build.

This commit is contained in:
Adriano dos Santos Fernandes 2019-01-31 13:39:03 -02:00
parent 291294cbe3
commit 133cca2966

View File

@ -22,7 +22,7 @@ addons:
script:
- ./autogen.sh --enable-binreloc --with-builtin-tomcrypt --prefix=/opt/firebird
- make
- make -j4
- make dist
- tar xzvf gen/Firebird-[0-9]*.tar.gz
- (cd Firebird-[0-9]*; sudo ./install.sh -silent)