mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-28 04:50:52 +08:00
Update catch2 for travis
This commit is contained in:
parent
aa96ba493d
commit
89a376f6cf
@ -39,8 +39,8 @@ matrix:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Install catch 2 dependency
|
# Install catch 2 dependency
|
||||||
- wget https://github.com/catchorg/Catch2/archive/v2.3.0.zip
|
- wget https://github.com/catchorg/Catch2/archive/v2.6.0.zip
|
||||||
- unzip v2.3.0.zip && cd Catch2-2.3.0 && mkdir -p build/ && cd build/
|
- unzip v2.6.0.zip && cd Catch2-2.6.0 && mkdir -p build/ && cd build/
|
||||||
- cmake -DCMAKE_BUILD_TYPE=Release .. -DCMAKE_INSTALL_PREFIX=~/.local/ && cmake --build . --target install
|
- cmake -DCMAKE_BUILD_TYPE=Release .. -DCMAKE_INSTALL_PREFIX=~/.local/ && cmake --build . --target install
|
||||||
- cd ../..
|
- cd ../..
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user