From 9e3d5be04239ea992e3705682a811e7c0ea87634 Mon Sep 17 00:00:00 2001 From: songchangxia Date: Sat, 7 Aug 2021 10:36:45 +0800 Subject: [PATCH 1/3] Test CI --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 073d47d..0c5a9cb 100644 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ set -e BASEPATH=$(cd "$(dirname $0)"; pwd) OUTPUT_PATH="${BASEPATH}/output" export BUILD_PATH="${BASEPATH}/build/" - + # print usage message usage() { From 62a5cad6552d4764d04363ad70050135f53dc766 Mon Sep 17 00:00:00 2001 From: songchangxia Date: Sat, 7 Aug 2021 17:54:19 +0800 Subject: [PATCH 2/3] update --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 17cedff..08fc493 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(PARSER_DIR ${CMAKE_CURRENT_LIST_DIR}) if (DEFINED ENV{D_PKG_SERVER}) set(PARSER_PB_PKG $ENV{D_PKG_SERVER}) elseif (DEFINED ENV{MSLIBS_SERVER}) - set(PARSER_PB_PKG "http://$ENV{MSLIBS_SERVER}:8081") + set(PARSER_PB_PKG "http://$ENV{MSLIBS_SERVER}:8081/repository/files") message("Download packages from MSPKG server") endif () From 333bca95dc411f858e75e1818c1fb6bb2f7118f8 Mon Sep 17 00:00:00 2001 From: songchangxia Date: Sat, 7 Aug 2021 18:40:51 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08fc493..8a7b782 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(PARSER_DIR ${CMAKE_CURRENT_LIST_DIR}) if (DEFINED ENV{D_PKG_SERVER}) set(PARSER_PB_PKG $ENV{D_PKG_SERVER}) elseif (DEFINED ENV{MSLIBS_SERVER}) - set(PARSER_PB_PKG "http://$ENV{MSLIBS_SERVER}:8081/repository/files") + set(PARSER_PB_PKG "http://$ENV{MSLIBS_SERVER}:31081/repository/files") message("Download packages from MSPKG server") endif ()