Support dapper for build process

This commit is contained in:
niusmallnan
2021-04-17 10:45:08 +08:00
parent 27d4ff21b5
commit 444300f537
14 changed files with 263 additions and 29 deletions

9
scripts/ci Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
set -e
cd $(dirname $0)
./download
./validate
./build
./package