Skip to content

Commit

Permalink
new try
Browse files Browse the repository at this point in the history
  • Loading branch information
ACanisLupus committed Oct 29, 2024
1 parent 8a5749a commit 4f325db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ jobs:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
test_executable: \test\Release\DsVeosCoSimTest.exe
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
test_executable: /test/DsVeosCoSimTest
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
test_executable: /test/DsVeosCoSimTest
exclude:
- os: windows-latest
c_compiler: gcc
Expand Down

0 comments on commit 4f325db

Please sign in to comment.