From 466f910c9a15aa5aad43a0598e92c8ffd90acb11 Mon Sep 17 00:00:00 2001 From: Godzil Date: Tue, 11 Feb 2020 00:18:06 +0000 Subject: [PATCH] Try to also build cmake build. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 953ce01..f46f930 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,10 @@ compiler: script: - make + - make build + - cd build + - cmake .. + - make cache: directories: