init
This commit is contained in:
commit
8d45088064
20 changed files with 974 additions and 0 deletions
10
build.sh
Executable file
10
build.sh
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
cp -r . /tmp/build-tp4-sim
|
||||
cd /tmp/build-tp4-sim
|
||||
rm -fr /tmp/build-tp4-sim/.git
|
||||
|
||||
cmake .
|
||||
make -j$(nproc)
|
Loading…
Add table
Add a link
Reference in a new issue