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