Skip to content
Snippets Groups Projects
Verified Commit 8b153c1f authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Add Windows workflow to Github

parent 17a83d04
Branches
No related tags found
No related merge requests found
name: Windows Build
on:
push:
branches: [ develop ]
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout the current branch
uses: actions/checkout@v3
with:
lfs: true
submodules: true
- name: Prepare Vulkan SDK
uses: humbletim/setup-vulkan-sdk@v1.2.0
- name: Build framework
run: |
mkdir build
cd build
cmake ..
make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment