boostorg / phoenix

Boost.org phoenix module
http://boost.org/libs/phoenix
28 stars 46 forks source link

CI: Compile and run tests in parallel #65

Closed Kojoley closed 6 years ago

Kojoley commented 6 years ago

Travis Linux containers and Appveyor VMs has two CPU cores. There is no reason not to run tests in parallel.

djowel commented 6 years ago

👍

Flast commented 6 years ago

Because I was afraid of massive slashing cased by memory footprint, I didn't set the flag but it seemed needless anxiety.

Flast commented 6 years ago

OK, I googled and got sysctl -n hw.ncpu for OS X. I fix it and merge this PR locally.