summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Kocoloski <kocolosk@apache.org>2019-08-07 12:40:32 -0400
committerAdam Kocoloski <kocolosk@apache.org>2019-08-07 12:40:32 -0400
commit2e1fb19d9ea4b67c1a3d67322e7974c91e5c00de (patch)
tree2564795ae5f9e3b9efaf8d0d275b62ca99f7e00f
parent9addeb6c171f2bfeec331441f8a951e88536ffbb (diff)
downloadcouchdb-2e1fb19d9ea4b67c1a3d67322e7974c91e5c00de.tar.gz
Moar ARM debugging
-rw-r--r--Jenkinsfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 1b9846312..333ffaf62 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -16,6 +16,7 @@
// DRYing out the Jenkinsfile...
build_and_test = '''
+set
mkdir -p ${COUCHDB_IO_LOG_DIR}
rm -rf build
mkdir build
@@ -24,6 +25,8 @@ tar -xf ${WORKSPACE}/apache-couchdb-*.tar.gz
cd apache-couchdb-*
./configure --with-curl
make
+mix hex
+mix hex.config
make elixir || (build-aux/logfile-uploader.py && false)
'''
@@ -459,7 +462,6 @@ pipeline {
steps {
unstash 'tarball'
withEnv(['MIX_HOME='+pwd()]) {
- sh( 'mix hex.config' )
sh( script: build_and_test )
}
}