Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Jan 29, 2024
2 parents 42d995a + e67e042 commit 0d22845
Show file tree
Hide file tree
Showing 17 changed files with 478 additions and 488 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/all-dev-builds.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Matrix Development Builds

on: [push, pull_request]

jobs:
Linux:
uses: ./.github/workflows/ubuntu-builds.yml
Windows:
uses: ./.github/workflows/windows-builds.yml
MacOS:
uses: ./.github/workflows/macos-builds.yml
349 changes: 0 additions & 349 deletions .github/workflows/cmake-build.yml

This file was deleted.

Loading

0 comments on commit 0d22845

Please sign in to comment.