This website requires JavaScript.
Explore
Help
Sign In
andreika-git
/
rusefi
mirror of
https://github.com/andreika-git/rusefi.git
Watch
1
Star
0
Fork
You've already forked rusefi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b24ea754f2
rusefi
/
unit_tests
/
clean_compile.sh
7 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
Switch to Bash (#1585) * switch firmware to bash * switch unit_testts to bash * switch jenkins to bash
2020-07-09 07:27:20 -07:00
#!/bin/bash
convert unit_tests/compile (#1517)
2020-06-18 20:14:05 -07:00
echo
"Compiling unit tests"
rm -rf .dep/
rm -rf build/
update all compile scripts to use available cores rather than a hardcoded value (#2425) * fix typos, spelling * add two V8 firing orders * use the available number of CPU cores, not just 4 * add new firing orders to config * updating generated files to include new v8 firing orders * reverting update of auto-generated files * correct firing order labels for new firing orders * update all compile scripts to use available cores rather than a hardcoded value
2021-03-06 09:55:46 -08:00
make -j
$(
nproc
)