From ec0137db79af7025b370853b1ddb519d4d4b3027 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 8 May 2021 15:22:52 +0200 Subject: [PATCH] updated instructions --- .github/ISSUE_TEMPLATE/checklist-for-release.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/checklist-for-release.md b/.github/ISSUE_TEMPLATE/checklist-for-release.md index dd010fb6c..45b3b6642 100644 --- a/.github/ISSUE_TEMPLATE/checklist-for-release.md +++ b/.github/ISSUE_TEMPLATE/checklist-for-release.md @@ -22,12 +22,12 @@ assignees: doegox, iceman1001 # OS compilation and tests ```bash -make clean && make -j PLATFORM=PM3OTHER && tools/pm3_tests.sh +make clean && make -j PLATFORM=PM3GENERIC && tools/pm3_tests.sh make clean && make -j PLATFORM=PM3RDV4 && tools/pm3_tests.sh make clean && make -j PLATFORM=PM3RDV4 PLATFORM_EXTRAS=BTADDON && tools/pm3_tests.sh -make install; pushd /tmp; proxmark3 -c 'data load -f em4x05.pm3;lf search 1'; popd; make uninstall +sudo make install; pushd /tmp; proxmark3 -c 'data load -f lf_EM4x05.pm3;lf search -1'; popd; sudo make uninstall -( 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=PM3GENERIC && PM3BIN=./proxmark3 ../../tools/pm3_tests.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/pm3_tests.sh client ) ``` @@ -43,4 +43,4 @@ make install; pushd /tmp; proxmark3 -c 'data load -f em4x05.pm3;lf search 1'; po - [ ] OpenSuse - [ ] OSX - [ ] Android -- [ ] Termux +- [ ] Termux \ No newline at end of file