Initial commit

This commit is contained in:
haochengkuo
2021-08-31 10:18:35 +08:00
parent 2ad6fb7b44
commit dc05a795b7
44 changed files with 5197 additions and 1 deletions

8
build.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
SOURCE_PATH=$(realpath "$(dirname "${BASH_SOURCE}")")
echo "src path=""$SOURCE_PATH"
cd "$SOURCE_PATH" || exit
# Do docker build
make
make docker-build