summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2019-12-11 15:30:43 -0600
committerPaul J. Davis <paul.joseph.davis@gmail.com>2019-12-11 15:30:43 -0600
commit126ea2136fb5b5ebcd8e6b359ce56cfbee48ad28 (patch)
tree357dd1fe35cf9a4b8608f4592aafd8b0c2fc29f1
parent8643a0c0bc7a79cbc938d2605b62cf238f440686 (diff)
downloadcouchdb-jenkins-davisp-test.tar.gz
Trying to be clever and broke thingsjenkins-davisp-test
-rw-r--r--build-aux/Jenkinsfile.mini2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/Jenkinsfile.mini b/build-aux/Jenkinsfile.mini
index c765fc958..115365109 100644
--- a/build-aux/Jenkinsfile.mini
+++ b/build-aux/Jenkinsfile.mini
@@ -89,7 +89,7 @@ pipeline {
'''
sh './configure --with-curl'
sh 'make couch'
- // sh 'make fauxton'
+ sh 'make fauxton'
sh 'make docs'
sh 'make dist'
sh 'chmod -R a+w * .'