Create WindowsPlatform.yml
This commit is contained in:
parent
69cdf43909
commit
db73ffb439
1 changed files with 21 additions and 0 deletions
21
.github/workflows/WindowsPlatform.yml
vendored
Normal file
21
.github/workflows/WindowsPlatform.yml
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
name: Windows
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build
|
||||
run: pwd
|
||||
|
||||
- name: Test
|
||||
working-directory: ${{ steps.strings.outputs.build-output-dir }}
|
||||
run: pwd
|
||||
Loading…
Add table
Add a link
Reference in a new issue