Adding empty compile workflow to build off of in the current testing branches

This commit is contained in:
Benedek Farkas
2023-05-18 16:25:18 +02:00
parent b2f605eddf
commit 2ef2ad8e99

16
.github/workflows/compile.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Compile
on:
workflow_dispatch:
jobs:
compile:
name: Compile
defaults:
run:
shell: cmd
runs-on: windows-latest
steps:
- name: Test
run: echo Test