From 2b1f6217d5501405296128b2d1d8a44df951a57a Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 19 Aug 2019 19:35:14 +0300 Subject: [PATCH 1/2] appveyor add test --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 3b937c197..4d47bd30f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -321,6 +321,8 @@ test_script: ExecTest "hf mf hardnested" "hf mf hardnested" {bash -lc "cd ~/client;./proxmark3 -c 'hf mf hardnested t 1 000000000000'"} "found:" + ExecTest "hf mf iclass" "hf mf iclass" {bash -lc "cd ~/client;./proxmark3 -c 'hf iclass loclass t'"} "verified ok" + #proxmark crypto tests From dbfe3c277d039b33f6c608095a6c5bb8cebb57dd Mon Sep 17 00:00:00 2001 From: merlokk <807634+merlokk@users.noreply.github.com> Date: Mon, 19 Aug 2019 19:53:59 +0300 Subject: [PATCH 2/2] add V=1 to make --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4d47bd30f..a1276ca1e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -113,7 +113,7 @@ build_script: #make - bash -c -i 'pwd;make clean;make all' + bash -c -i 'pwd;make clean;make all V=1' #some checks