Try to set up meson on Travis.

This commit is contained in:
Pietro Gagliardi 2019-04-02 10:22:40 -04:00
parent 0ad8c85de0
commit 7dfc11f645
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ install:
fi
script:
- cmake --version
- meson --version
- ninja --version
- mkdir build
- pushd build
- cmake -G "Unix Makefiles" ${CMAKE_FLAGS} ..