REDACTED-rig/.github/workflows/cmake-windows.yml
2021-04-13 22:06:50 +02:00

20 lines
332 B
YAML

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