“RUN_FROM_BUILD_FARM” was set by the old Samba build farm, so switch to
checking “TRAVIS” instead. Also, keep running in dev mode in Travis.
mkdir -p .deps src unittest
dnl Enable developer mode if dev.mk.in exists.
-if test ! -f $srcdir/dev_mode_disabled && test "$RUN_FROM_BUILD_FARM" != yes; then
+if test ! -f $srcdir/dev_mode_disabled; then
AC_MSG_NOTICE(developer mode enabled)
AC_CONFIG_FILES([dev.mk])
include_dev_mk='include dev.mk'
-// Copyright (C) 2010-2018 Joel Rosdahl
+// Copyright (C) 2010-2019 Joel Rosdahl
//
// This program is free software; you can redistribute it and/or modify it
// under the terms of the GNU General Public License as published by the Free
}
}
- if (getenv("RUN_FROM_BUILD_FARM")) {
+ if (getenv("TRAVIS")) {
verbose = 1;
}