From a46dff83880a2209a4ce1f1ca4c62d3c41409c1b Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@gmail.com> Date: Thu, 10 Jan 2019 12:25:01 +0100 Subject: [PATCH] [CI] install eigen on osx for travis --- ci/install_osx.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/install_osx.sh b/ci/install_osx.sh index 066289a1..f9314bef 100755 --- a/ci/install_osx.sh +++ b/ci/install_osx.sh @@ -5,3 +5,4 @@ brew install cmake brew install boost brew install libccd brew install assimp +brew install eigen -- GitLab