Closed jbeich closed 1 year ago
I use the “script” line to give me information about the build so I can more easily reproduce issues. Can you change be done in a way that retains this?
Thanks, Phil
On Nov 24, 2020, at 1:01 PM, Jan Beich notifications@github.com wrote:
@jbeich commented on this pull request.
In .travis.yml https://github.com/Juniper/libxo/pull/72#discussion_r529773930:
@@ -1,6 +1,19 @@ language: c
-script: printenv && uname -a && ls -l && /bin/sh -x ./bin/setup.sh && cd build && ../configure --enable-warnings && make && sudo make install && make test +os: +- linux +- freebsd + +before_install:
- export CC=cc CXX=c++ Not necessary after travis-ci/travis-build#1915 https://github.com/travis-ci/travis-build/pull/1915 — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Juniper/libxo/pull/72#discussion_r529773930, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAROIOEB5SWZTIFGNKBZNMDSRPYIXANCNFSM4NHEK7PQ.
Like this? I can't test on TravisCI anymore due to usage limits but see https://travis-ci.org/github/Juniper/libxo/builds/746617293
“../configure" fails, but we can’t see the “config.log” output file. Can we get a copy of that?
Thanks, Phil
On Nov 29, 2020, at 2:53 PM, Jan Beich notifications@github.com wrote:
Like this? I can't test on TravisCI anymore due to usage limits but see https://travis-ci.org/github/Juniper/libxo/builds/746616668 https://travis-ci.org/github/Juniper/libxo/builds/746616668 — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/Juniper/libxo/pull/72#issuecomment-735445042, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAROIOE7PZIGO3JCEOVXHBDSSKRELANCNFSM4NHEK7PQ.
If you'd like to switch to GitHub Actions in future, see https://github.com/actions/runner/issues/385#issuecomment-702592563
“../configure" fails, but we can’t see the “config.log” output file.
It doesn't fail anymore. I've updated the above comment to point to a more recent build. No clue why CI status doesn't propagate to this PR: maybe you need to re-install TravisCI from marketplace.
TravisCI supports FreeBSD nowadays. Let's see how well it works.
This is an alterantive to #66 in case you don't want to sign up the repo with CirrusCI or maintain two CI configs.