Skip to content

Commit

Permalink
Testing windows build, and updating Catch2 to latest version
Browse files Browse the repository at this point in the history
Signed-off-by: Vedant <[email protected]>
  • Loading branch information
vrnimje committed Oct 29, 2023
1 parent d3920cc commit fd62a9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
matrix:
cxx:
- g++-10
- clang++-14
- clang++-12
include:
- cxx: g++-10
compiler: g++-10
- cxx: clang++-14
compiler: clang++-14
- cxx: clang++-12
compiler: clang++-12
env:
CXX: ${{matrix.cxx}}
CMAKE_PREFIX_PATH: ${{github.workspace}}/.local
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_build_no_boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Windows Build Boost Fetch

on:
push:
branches: [ master ]
branches: [ master, win_rev_linux_fix ]
paths:
- ".github/workflows/windows_build_no_boost.yml"
- "include/**"
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ if(QUICK_FTXUI_TESTS)
FetchContent_Declare(
Catch2
GIT_REPOSITORY https://github.com/catchorg/Catch2.git
GIT_TAG v3.0.1 # or a later release
GIT_TAG v3.4.0 # or a later release
)

FetchContent_MakeAvailable(Catch2)
Expand Down

0 comments on commit fd62a9d

Please sign in to comment.