mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2026-06-04 21:41:48 +00:00
fix cmake CI for new script tests
This commit is contained in:
@@ -127,7 +127,12 @@ jobs:
|
||||
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
||||
|
||||
- name: Prepare Build Folders
|
||||
run: mkdir -p client/build
|
||||
run: |
|
||||
mkdir -p client/build
|
||||
ln -s ../cmdscripts client/build/
|
||||
ln -s ../luascripts client/build/
|
||||
ln -s ../pyscripts client/build/
|
||||
ln -s ../lualibs client/build/
|
||||
|
||||
- name: Initiate cmake environment
|
||||
run: cmake ..
|
||||
|
||||
@@ -101,7 +101,12 @@ jobs:
|
||||
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
||||
|
||||
- name: Prepare Build Folders
|
||||
run: mkdir -p client/build
|
||||
run: |
|
||||
mkdir -p client/build
|
||||
ln -s ../cmdscripts client/build/
|
||||
ln -s ../luascripts client/build/
|
||||
ln -s ../pyscripts client/build/
|
||||
ln -s ../lualibs client/build/
|
||||
|
||||
- name: Initiate cmake environment
|
||||
run: cmake ..
|
||||
|
||||
@@ -71,7 +71,12 @@ jobs:
|
||||
run: make clean
|
||||
|
||||
- name: Prepare cmake build folders
|
||||
run: mkdir -p client/build
|
||||
run: |
|
||||
mkdir -p client/build
|
||||
ln -s ../cmdscripts client/build/
|
||||
ln -s ../luascripts client/build/
|
||||
ln -s ../pyscripts client/build/
|
||||
ln -s ../lualibs client/build/
|
||||
|
||||
- name: Initiate cmake environment
|
||||
run: cmake -G"MSYS Makefiles" ..
|
||||
@@ -151,7 +156,12 @@ jobs:
|
||||
run: make clean
|
||||
|
||||
- name: Prepare cmake build folders
|
||||
run: mkdir -p client/build
|
||||
run: |
|
||||
mkdir -p client/build
|
||||
ln -s ../cmdscripts client/build/
|
||||
ln -s ../luascripts client/build/
|
||||
ln -s ../pyscripts client/build/
|
||||
ln -s ../lualibs client/build/
|
||||
|
||||
- name: Initiate cmake environment
|
||||
run: cmake ..
|
||||
|
||||
Reference in New Issue
Block a user