mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
add pip , cd directory when building and adding large release test script
This commit is contained in:
parent
06d653e330
commit
3f0b77fa93
4 changed files with 22 additions and 9 deletions
|
@ -15,13 +15,10 @@
|
|||
# cmake client builds
|
||||
# of the different possible PLATFORM (PM3RDV4 / PM3GENERIC) and BTADDON combos
|
||||
|
||||
sudo apt update
|
||||
sudo apt install -y python3-minimal
|
||||
sudo apt install -y python3-pip
|
||||
python3 -m pip install ansicolors sslcrypto
|
||||
sudo apt update && sudo apt upgrade -y
|
||||
|
||||
# replace egrep to silence warning
|
||||
#sed -i 's/egrep/grep -E/g' tools/pm3_tests.sh
|
||||
sed -i 's/egrep/grep -E/g' tools/pm3_tests.sh
|
||||
|
||||
# Makefile build tests
|
||||
make clean; make -j PLATFORM=PM3GENERIC; tools/pm3_tests.sh --long || exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue