gnucash unstable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Tue Nov 28 18:21:15 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/a5bf4e00 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d5996586 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/04a48499 (commit)
	from  https://github.com/Gnucash/gnucash/commit/5204100d (commit)



commit a5bf4e00a4a9f5a9d17e43f99a1cff21d69a45d8
Merge: 5204100 d599658
Author: John Ralls <jralls at ceridwen.us>
Date:   Tue Nov 28 15:16:36 2017 -0800

    Merge Aaron Laws's 'unneeded-build-flag' into unstable


commit d599658603917d5c3196006b01296e9a6b1e2cf7
Author: lmat <dartme18 at gmail.com>
Date:   Tue Nov 28 16:10:28 2017 -0500

    Removing Arch Linux Autotools build
    
    It has failed many times, but to my knowledge the failure has never been
    legitimate.

diff --git a/.travis.yml b/.travis.yml
index fde6ab5..ea030e0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ language: c++
 compiler: gcc
 env:
     - BUILDENV=arch BUILDTYPE=cmake-ninja
-    - BUILDENV=arch BUILDTYPE=autotools
     - BUILDENV=ubuntu-14.04 BUILDTYPE=cmake-make
     - BUILDENV=ubuntu-14.04 BUILDTYPE=autotools
 services:

commit 04a4849967515adb916001e3211240f4ee799b1c
Author: lmat <dartme18 at gmail.com>
Date:   Tue Nov 28 15:47:23 2017 -0500

    Removing unneeded build flag from docker

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f35ac5c..fa6a51d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -57,7 +57,6 @@ OPTION (WITH_GNUCASH "Build all of GnuCash, not just the library" ON)
 OPTION (WITH_OFX "compile with ofx support (needs LibOFX)" ON)
 OPTION (WITH_PYTHON "enable python plugin and bindings" OFF)
 OPTION (ENABLE_BINRELOC "compile with binary relocation support" ON)
-OPTION (ENABLE_DEBUG "compile with debugging flags set" OFF)
 OPTION (ENABLE_REGISTER2 "compile with register2 enabled" OFF)
 OPTION (DISABLE_NLS "do not use Native Language Support" OFF)
 OPTION (DISABLE_DEPRECATED_GLIB "don't use deprecated glib functions" OFF)
diff --git a/util/ci/commonbuild b/util/ci/commonbuild
index 63d4603..f314611 100644
--- a/util/ci/commonbuild
+++ b/util/ci/commonbuild
@@ -11,7 +11,7 @@ if [[ "$BUILDTYPE" == "cmake-make" ]]; then
     make -j 4
     make check || ../afterfailure
 elif [[ "$BUILDTYPE" == "cmake-ninja" ]]; then
-    cmake ../gnucash -DWITH_PYTHON=ON -DCMAKE_BUILD_TYPE=debug -DENABLE_DEBUG=on -G Ninja
+    cmake ../gnucash -DWITH_PYTHON=ON -DCMAKE_BUILD_TYPE=debug -G Ninja
     ninja
     ninja check || ../afterfailure;
 elif [[ "$BUILDTYPE" == "autotools" ]]; then



Summary of changes:
 .travis.yml         | 1 -
 CMakeLists.txt      | 1 -
 util/ci/commonbuild | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)



More information about the gnucash-changes mailing list