Skip to content

Commit

Permalink
ci: Test CMake Minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-lunarg committed Aug 23, 2023
1 parent 2bd0e0d commit e720c94
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Test CMake Minimum
if: matrix.os == 'ubuntu-20.04'
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.17.2
- name: Configure
run: cmake -S. -B build -D VUL_WERROR=ON -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=${{matrix.config}} -D UPDATE_DEPS=ON
- name: Build
Expand Down

0 comments on commit e720c94

Please sign in to comment.