This website requires JavaScript.
Explore
Help
Sign In
rusefi
/
rusefi-full
mirror of
https://github.com/rusefi/rusefi-full.git
Watch
1
Star
0
Fork
You've already forked rusefi-full
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b2c0a6b3a5
rusefi-full
/
unit_tests
/
compile.sh
7 lines
77 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/
make -j4