From 18a42b7f5e17326cd6cf443f5bcaf643487419dd Mon Sep 17 00:00:00 2001 From: zeekling Date: Sun, 22 Nov 2020 16:19:58 +0800 Subject: [PATCH] =?UTF-8?q?jenkins=20=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 - script/build.sh => build.sh | 2 -- 2 files changed, 3 deletions(-) rename script/build.sh => build.sh (95%) diff --git a/Jenkinsfile b/Jenkinsfile index b9b7a05..5d4c853 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,6 @@ pipeline { stages { stage('Build') { steps { - cd 'script' sh 'bash build.sh' } } diff --git a/script/build.sh b/build.sh similarity index 95% rename from script/build.sh rename to build.sh index c14cc71..4c7fbd3 100755 --- a/script/build.sh +++ b/build.sh @@ -5,8 +5,6 @@ # -cd ../ - cd ./deps/jemalloc && ./autogen.sh cd ../ && make hiredis jemalloc linenoise lua