Create cmake-windows.yml

This commit is contained in:
RedxLus 2021-01-13 04:41:25 +01:00
parent f7e198aa43
commit 69ff8d92d8

20
.github/workflows/cmake-windows.yml vendored Normal file
View file

@ -0,0 +1,20 @@
name: CMake windows
on: [push]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: test
shell: powershell
run: Install-Module posh-git -Scope CurrentUser -Force