mirror of
https://github.com/polhenarejos/pico-hsm.git
synced 2026-02-04 09:39:36 +00:00
Add missing build file.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
ca093eb81e
commit
fc8d39882f
1 changed files with 7 additions and 0 deletions
7
tests/build-in-docker.sh
Executable file
7
tests/build-in-docker.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash -eu
|
||||
|
||||
source tests/docker_env.sh
|
||||
#run_in_docker rm -rf CMakeFiles
|
||||
run_in_docker mkdir -p build_in_docker
|
||||
run_in_docker -w "$PWD/build_in_docker" cmake -DENABLE_EMULATION=1 ..
|
||||
run_in_docker -w "$PWD/build_in_docker" make -j ${NUM_PROC}
|
||||
Loading…
Add table
Reference in a new issue