Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/rl-tools/example
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschmann committed Feb 13, 2024
2 parents eeee39f + b96c214 commit d1f54bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/c-cpp.yml

This file was deleted.

9 changes: 8 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
Expand All @@ -36,13 +36,20 @@ jobs:
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: macos-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d1f54bf

Please sign in to comment.