Write script for rebuilding and running the client and server
This commit is contained in:
parent
b522ef8a98
commit
046deccc26
13
scripts/build-run.sh
Executable file
13
scripts/build-run.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
cd client
|
||||
if [ ! -d build ]; then
|
||||
meson setup build client
|
||||
fi
|
||||
meson compile -C build
|
||||
build/src/study-system-client &
|
||||
cd ..
|
||||
|
||||
cd server
|
||||
rebar3 shell --apps study_system_server
|
Loading…
x
Reference in New Issue
Block a user