summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@gmail.com>2022-12-20 23:49:07 -0500
committerJan Lehnardt <jan@apache.org>2022-12-21 08:49:02 +0100
commit088cb3ffece9d523bd35ca18a97c797680008a61 (patch)
tree2008276a1430de928fec34003c281aae97c2fe80 /build-aux
parente6b1be70050fe887f7438a43dba4833b0fc8022e (diff)
downloadcouchdb-088cb3ffece9d523bd35ca18a97c797680008a61.tar.gz
Move elixir source checks to a separate step
This is to help unblock 3.3 windows build so make check doesn't choke on re-formatting elixir files for Windows.
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Jenkinsfile.pr1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-aux/Jenkinsfile.pr b/build-aux/Jenkinsfile.pr
index 70b45b586..ba4107af2 100644
--- a/build-aux/Jenkinsfile.pr
+++ b/build-aux/Jenkinsfile.pr
@@ -185,6 +185,7 @@ pipeline {
rm -rf apache-couchdb-*
./configure --skip-deps
make erlfmt-check
+ make elixir-source-checks
make python-black
'''
}