Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/abdes/asap into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
abdes committed Dec 4, 2023
2 parents 5571aa2 + 6ce4d70 commit d60950f
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 352 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 d60950f

Please sign in to comment.