Install Catch2
This commit is contained in:
parent
2e66e802a1
commit
0a1dc4a234
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@ -16,6 +16,15 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install catch2
|
||||
shell: bash
|
||||
run: |
|
||||
curl -L https://github.com/catchorg/Catch2/archive/v2.13.4.tar.gz -o catch2.tar.gz
|
||||
tar xvf catch2.tar.gz
|
||||
cd Catch2-2.13.4
|
||||
cmake -Bbuild -H. -DBUILD_TESTING=OFF
|
||||
sudo cmake --build build/ --target install
|
||||
|
||||
- name: Download BASS
|
||||
run: |
|
||||
mkdir bass
|
||||
|
Loading…
Reference in New Issue
Block a user