wrong directory

This commit is contained in:
Màrius Montón 2021-11-26 01:08:26 +01:00
parent ef3f6d5af8
commit c786010527
No known key found for this signature in database
GPG Key ID: FA199E7A752699F0
1 changed files with 3 additions and 3 deletions

View File

@ -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