travis debug

This commit is contained in:
Anthony Green
2018-03-18 13:41:15 -04:00
parent 81d345b2cf
commit a2dc5848b5

View File

@@ -28,6 +28,8 @@ install:
script: script:
- if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi - if ! test x"$MEVAL" = x; then eval ${MEVAL}; fi
- ./autogen.sh - ./autogen.sh
- ls -l m4
- cat ./configure
- ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS} - ./configure ${HOST+--host=$HOST} ${CONFIGURE_OPTIONS}
- make - make
- make dist - make dist