mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-11 02:11:52 +02:00
Add binaries cross compile in CD (#113)
This commit is contained in:
8
scripts/watch.sh
Executable file
8
scripts/watch.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
make watch_frontend &
|
||||
make watch_backend &
|
||||
|
||||
trap 'kill $(jobs -p)' EXIT
|
||||
wait
|
Reference in New Issue
Block a user