Skip to content

Commit

Permalink
Create build-and-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstone authored Nov 18, 2023
1 parent ba42966 commit c2bc816
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Build and test

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:

jobs:
build:
uses: davidstone/cmake_strict_defaults/.github/workflows/build-and-test.yml@main

0 comments on commit c2bc816

Please sign in to comment.