-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from KareemAliAWS/master
Pin the Catch2 dependency and update CI YAML
- Loading branch information
Showing
6 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
- name: Install Catch2 | ||
working-directory: ${{ github.workspace }} | ||
run: | | ||
git clone https://github.com/catchorg/Catch2.git | ||
git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git | ||
cd Catch2 | ||
mkdir build | ||
cd build | ||
|
@@ -85,7 +85,7 @@ jobs: | |
- name: install Catch2 | ||
working-directory: ${{ github.workspace }} | ||
run: | | ||
git clone https://github.com/catchorg/Catch2.git | ||
git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git | ||
cd Catch2 | ||
mkdir build | ||
cd build | ||
|
@@ -97,7 +97,7 @@ jobs: | |
run: | | ||
mkdir build | ||
cd build | ||
cmake .. -DOPENSSL_ROOT_DIR=/usr/local/Cellar/[email protected]/1.1.1g/ -DOPENSSL_LIBRARIES=/usr/local/Cellar/[email protected]/1.1.1g/lib/ | ||
cmake .. | ||
make | ||
windows: | ||
runs-on: windows-latest | ||
|
@@ -121,7 +121,7 @@ jobs: | |
$env:Path += ";C:\Program Files\OpenSSL\bin" | ||
- name: Install Catch2 | ||
run: | | ||
git clone https://github.com/catchorg/Catch2.git | ||
git clone --branch v2.13.2 https://github.com/catchorg/Catch2.git | ||
cd Catch2 | ||
mkdir build | ||
cd build | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters