Skip to content

Commit 54bbbec

Browse files
author
harry
committed
ci: add comment
1 parent f2a09a9 commit 54bbbec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
#!/bin/bash
2-
# 在构建之前,先进入到项目根目录
2+
# go to the project root directory and execute bash `build/build.sh`
33

44
set -o errexit
55
set -o nounset
66
set -o pipefail
77

88
echo "Building..."
9-
# 清理并构建
109
make clean && make linux
1110
echo "Build completed."

0 commit comments

Comments
 (0)