Skip to content

Commit

Permalink
travis: Report commit that is being built
Browse files Browse the repository at this point in the history
Although the Travis user interface displays the hash it thinks it is
building, I'm not convinced that the test machine itself is guaranteed
to be building the right one. Let's emit the full log message for the
HEAD commit before starting the build so we can be sure.
  • Loading branch information
mikecrowe committed Jul 14, 2020
1 parent 78211c0 commit 330f632
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ addons:
packages: ninja-build libboost-dev libboost-system-dev libboost-thread-dev libboost-chrono-dev

script:
- git log -1
- mkdir -p travis-build
- cd travis-build
- ccache -s
Expand Down

0 comments on commit 330f632

Please sign in to comment.