mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
Travis: default to HARNESS_JOBS=4
We can run tests in parallel by setting the HARNESS_JOBS environment variable. Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/12326)
This commit is contained in:
parent
a20c9075d6
commit
af3e8c298a
@ -173,6 +173,7 @@ before_script:
|
||||
fi;
|
||||
fi
|
||||
- ./configdata.pm --dump
|
||||
- export HARNESS_JOBS=${HARNESS_JOBS:-4}
|
||||
- cd $top
|
||||
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user