Skip to content

Commit

Permalink
Tell meson/ninja versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cdunn2001 committed Jun 23, 2018
1 parent 59d41de commit 473afca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ set -vex

env | sort

meson --version
ninja --version
meson --buildtype ${BUILD_TYPE} --default-library ${LIB_TYPE} . build-${LIB_TYPE}
ninja -v -C build-${LIB_TYPE}
ninja -v -C build-${LIB_TYPE} test
Expand Down

0 comments on commit 473afca

Please sign in to comment.