This commit is contained in:
Dawid Drozd 2018-07-31 08:54:45 +02:00
parent e27041d095
commit 26f42e03bc

View File

@ -48,7 +48,7 @@ matrix:
before_install:
# Install catch 2 dependency
- wget https://github.com/catchorg/Catch2/archive/v2.2.3.zip
- unzip master.zip && cd Catch2-2.2.3 && mkdir -p build/ && cd build/
- unzip v2.2.3.zip && cd Catch2-2.2.3 && mkdir -p build/ && cd build/
- cmake -DCMAKE_BUILD_TYPE=Release .. -DCMAKE_INSTALL_PREFIX=~/.local/ && cmake --build . --target install
- cd ../..