mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
textual
This commit is contained in:
parent
16ebf61555
commit
7d27dabbf1
1 changed files with 7 additions and 7 deletions
14
.github/ISSUE_TEMPLATE/checklist-for-release.md
vendored
14
.github/ISSUE_TEMPLATE/checklist-for-release.md
vendored
|
@ -22,14 +22,14 @@ assignees: doegox, iceman1001
|
||||||
# OS compilation and tests
|
# OS compilation and tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
make clean && make -j PLATFORM=PM3OTHER && tools/pm3test.sh
|
make clean && make -j PLATFORM=PM3OTHER && tools/pm3_tests.sh
|
||||||
make clean && make -j PLATFORM=PM3RDV4 && tools/pm3test.sh
|
make clean && make -j PLATFORM=PM3RDV4 && tools/pm3_tests.sh
|
||||||
make clean && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && tools/pm3test.sh
|
make clean && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && tools/pm3_tests.sh
|
||||||
make install; pushd /tmp; proxmark3 -c 'data load em4x05.pm3;lf search 1'; popd; make uninstall
|
make install; pushd /tmp; proxmark3 -c 'data load -f em4x05.pm3;lf search 1'; popd; make uninstall
|
||||||
|
|
||||||
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3OTHER && PM3BIN=./proxmark3 ../../tools/pm3test.sh client )
|
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3OTHER && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
|
||||||
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3RDV4 && PM3BIN=./proxmark3 ../../tools/pm3test.sh client )
|
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3RDV4 && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
|
||||||
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && PM3BIN=./proxmark3 ../../tools/pm3test.sh client )
|
( cd client; rm -rf build; mkdir build;cd build;cmake .. && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && PM3BIN=./proxmark3 ../../tools/pm3_tests.sh client )
|
||||||
```
|
```
|
||||||
|
|
||||||
- [ ] RPI Zero
|
- [ ] RPI Zero
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue