Create cmake-windows.yml
This commit is contained in:
parent
f7e198aa43
commit
69ff8d92d8
1 changed files with 20 additions and 0 deletions
20
.github/workflows/cmake-windows.yml
vendored
Normal file
20
.github/workflows/cmake-windows.yml
vendored
Normal 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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue