From 0a3524e299c8710daa39ff6d3da31434b57465ea Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Wed, 7 Oct 2020 14:16:20 +0200 Subject: [PATCH] Update Jenkinsfile, pom.xml, and 2 more files... --- Jenkinsfile | 1 + pom.xml | 5 ----- tdlib-natives-linux-aarch64.iml | 13 +++++++++++++ tdlight-natives-linux-aarch64.iml | 13 +++++++++++++ 4 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 tdlib-natives-linux-aarch64.iml create mode 100644 tdlight-natives-linux-aarch64.iml diff --git a/Jenkinsfile b/Jenkinsfile index fbc9944..9a62ec5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -88,6 +88,7 @@ pipeline { steps { sh "git config user.email \"jenkins@mchv.eu\"" sh "git config user.name \"Jenkins\"" + sh "git add --all; git commit -m \"Add generated files\"" sh "mvn -s $MVN_SET -DpushChanges=false -DlocalCheckout=true -DpreparationGoals=initialize release:prepare release:perform -B" } } diff --git a/pom.xml b/pom.xml index 5cfc8fa..2e12a77 100644 --- a/pom.xml +++ b/pom.xml @@ -56,11 +56,6 @@ clean verify true v@{project.version} - - **/*.so - **/*.dylib - **/*.dll - diff --git a/tdlib-natives-linux-aarch64.iml b/tdlib-natives-linux-aarch64.iml new file mode 100644 index 0000000..43cc167 --- /dev/null +++ b/tdlib-natives-linux-aarch64.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/tdlight-natives-linux-aarch64.iml b/tdlight-natives-linux-aarch64.iml new file mode 100644 index 0000000..6e1cd8c --- /dev/null +++ b/tdlight-natives-linux-aarch64.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file