From 50d16a6be2463dcf2c8d615ee0c3bd06c3b30032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E9=A1=B7=E8=8C=AB=E7=84=B6?= <121007356+zxunge@users.noreply.github.com> Date: Thu, 15 Aug 2024 08:22:04 +0000 Subject: [PATCH] Update build.sh --- .ci/build.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.ci/build.sh b/.ci/build.sh index 783515f..0057763 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -22,8 +22,11 @@ pushd codeblocks_sfmirror/ #git apply -v ../001-fix-32bit-build.patch #sed -i '78,78s/WX_CXXFLAGS/WX_CPPFLAGS/g' src/src/Makefile.am cp -f ../Makefile.am src/src/ -cp -f ../lspdiagresultslog.cpp src/plugins/contrib/clangd_client/src/LSPclient/ +#cp -f ../lspdiagresultslog.cpp src/plugins/contrib/clangd_client/src/LSPclient/ ./bootstrap -./configure --with-contrib-plugins=all --prefix=/opt/codeblocks +./configure --disable-pch --with-contrib-plugins=all,-wxsmith,-wxsmithaui,-wxsmithcontrib,-Valgrind --prefix=/opt/codeblocks make -j$(nproc) install +mv /opt/codeblocks/lib/codeblocks/bin/*.dll /opt/codeblocks/bin/ + +