mirror of
https://gitlab.com/manzerbredes/uciadapter.git
synced 2025-04-19 03:59:43 +00:00
Initialize project
This commit is contained in:
commit
f5d9fe6211
17 changed files with 22455 additions and 0 deletions
8
tests/berserk.sh
Executable file
8
tests/berserk.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
wai=$(dirname $(readlink -f "$0")) # Current script directory
|
||||
cd ${wai}/../build/tests/
|
||||
wget -O berserk_src.tar.gz https://github.com/jhonnold/berserk/archive/refs/tags/8.5.1.tar.gz
|
||||
mkdir -p berserk_src && tar -xf berserk_src.tar.gz -C berserk_src --strip-components 1
|
||||
cd berserk_src/src && make && mv berserk ./../../berserk_engine
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue