Try installing make and ninja

pull/708/head
Michael 5 years ago
parent c060dfb7c8
commit 278d86ace9
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -41,6 +41,9 @@ addons:
- make
script:
- if [ "$TRAVIS_OS_NAME" == "windows" ]; then
choco install make ninja;
fi
- PATH="/usr/local/opt/ccache/libexec:$PATH" make test
after_script:

Loading…
Cancel
Save