You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Jenkinsfile-dynamatrix
+62-3Lines changed: 62 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -254,7 +254,7 @@ import org.nut.dynamatrix.*;
254
254
255
255
// Imported from jenkins-dynamatrix JSL vars/autotools.groovy:
256
256
// a workaround for the cases of curiously missing MAKE envvar...
257
-
dynacfgPipeline.buildPhases['distcheck'] ="""( if [ x"\${MAKE-}" = x ]; then echo "WARNING: MAKE is somehow unset, defaulting!" >&2; MAKE=make; fi; eval \${CONFIG_ENVVARS} time \${MAKE} \${MAKE_OPTS} distcheck DISTCHECK_FLAGS="\${CONFIG_OPTS}" )"""
257
+
dynacfgPipeline.buildPhases['distcheck'] ="""( if [ x"\${MAKE-}" = x ]; then echo "WARNING: MAKE is somehow unset, defaulting!" >&2; MAKE=make; fi; eval \${CONFIG_ENVVARS} time \${MAKE} \${MAKE_OPTS} distcheck DISTCHECK_FLAGS=\${CONFIG_OPTS:+\\"\$CONFIG_OPTS\\"} )"""
258
258
259
259
// Note: shellcheck/spellcheck/... require autotools currently
260
260
// or need to be redefined with respective BUILD_TYPE
] // one slowBuild filter configuration, autotools-Wall
423
429
430
+
,[name: 'Default autotools driven build with default configuration, bitness and warning levels on each NUT CI farm platform (but with fatal warnings as of gnu99/gnu++11)',
{ printf"gitlog2changelog.py failed to generate the ChangeLog.\n\nNOTE: See https://github.com/networkupstools/nut/commits/master for change history.\n\n">"$@"; } ;\
333
346
else\
334
347
iftest x"$(abs_top_srcdir)"!= x"$(abs_top_builddir)" -a -s ./ChangeLog ;then \
0 commit comments