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

25 lines
410 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:
- name: test
shell: powershell
run: Install-Module posh-git -Scope CurrentUser -Force
- uses: actions/checkout@v2
- name: test 2
shell: powershell
run: git --version