Add missing build file.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2023-01-30 12:00:57 +01:00
parent ca093eb81e
commit fc8d39882f
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

7
tests/build-in-docker.sh Executable file
View 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}