Skip to content

Commit

Permalink
add catch2 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince committed Apr 1, 2024
1 parent 31cd1d0 commit 1236a8e
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,11 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libhdf5-dev libboost-all-dev
sudo apt-get install -y libhdf5-dev libboost-all-dev catch2
- name: Install dependencies - macos
if: matrix.os == 'macos-latest'
run: brew install hdf5 boost

- name: Install dependencies - windows
if: matrix.os == 'windows-latest'
run: |
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.bat
./vcpkg integrate install
./vcpkg install hdf5 boost
run: brew install hdf5 boost catch2

- name: Install static analyzers
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 1236a8e

Please sign in to comment.