diff options
author | Chris Robinson <[email protected]> | 2020-04-17 23:33:09 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-04-17 23:33:09 -0700 |
commit | a1e5f4eb8374e46348146ee19a031e446a65bade (patch) | |
tree | f6ee213f8df3efc7516e534167fe2e3c53e71561 /.travis.yml | |
parent | cd87b9c66b8fc59017ff3a636346ca84b15b87c8 (diff) |
Use cmake --build with Travis to build
Instead of assuming makefiles
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c8704942..1a72dd08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,4 +65,4 @@ script: -DALSOFT_EMBED_HRTF_DATA=YES \ . fi - - make -j2 + - cmake --build . --clean-first |