From c786010527ee953a90b4e9ebfddbd3ac38d7e198 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A0rius=20Mont=C3=B3n?= Date: Fri, 26 Nov 2021 01:08:26 +0100 Subject: [PATCH] wrong directory --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb3acf6..21a9851 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,10 +24,10 @@ install: - cd ../.. - rm systemc-2.3.3.tar.gz - git clone https://github.com/gabime/spdlog.git - - cd spdlog && mkdir build + - cd spdlog - cmake -H. -B_builds -DCMAKE_BUILD_TYPE=Release - cmake --build _builds --config Release - - cmake -H. -B_builds -DCMAKE_INSTALL_PREFIX=build -DCMAKE_BUILD_TYPE=Release + - cmake -H. -B_builds -DCMAKE_INSTALL_PREFIX=install -DCMAKE_BUILD_TYPE=Release - cmake --build _builds --target install - - cd ../.. + - cd .. - cd RISC-V-TLM