Skip to content

Commit

Permalink
Fix for GTEST on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ihedvall committed Jan 25, 2024
1 parent b0126d6 commit e808e59
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,12 @@ jobs:
with:
platform: ${{ matrix.env.ninja_platform }}

- name: MSVC dev
uses: ilammy/msvc-dev-cmd@master
if: matrix.env.ninja_platform == win

- name: GTEST Install
uses: MarkusJx/googletest-installer@master
uses: Bacondish2023/setup-googletest@master

- name: PYTEST Install
run: pip install pytest
Expand All @@ -85,13 +89,13 @@ jobs:

# install for testing
# - name: Install
# run: >
# run: |
# cd ${{github.workspace}}/build/release
# sudo cmake --install .

# test if cmake finds the dbcLib automatically
# - name: TestInstall
# run: >
# run: |
# cd test/TestdbclibCMake
# mkdir -p build
# cd build
Expand Down

0 comments on commit e808e59

Please sign in to comment.