提交 2cda79fb 编写于 作者: D Dr. David von Oheimb

.travis.yml: Do some build (gcc) runs in parallel (-j4)

Reviewed-by: NMatt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/13580)
上级 68b9c2cb
......@@ -173,6 +173,7 @@ before_script:
fi;
fi
- ./configdata.pm --dump
- export BUILDOPTS="-j4"
- export HARNESS_JOBS=${HARNESS_JOBS:-4}
- cd $top
......@@ -183,9 +184,9 @@ script:
make="make";
fi
- if [ -n "$GENERATE" ]; then
make2="$make PERL=no-perl";
make2="$make $BUILDOPTS PERL=no-perl";
else
make2="$make";
make2="$make $BUILDOPTS";
fi
- top=${PWD}
- if [ -n "$DESTDIR" ]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册