Skip to content

Commit

Permalink
Add GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnheusinger committed May 29, 2023
1 parent dd06895 commit 58ad27c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request:
branches:
- master
workflow_dispatch:

jobs:
build_module:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build Module
run: |
./Tools/setup.ps1
Invoke-Build -Task ShowInfo

0 comments on commit 58ad27c

Please sign in to comment.