Create WindowsPlatform.yml

This commit is contained in:
Ilusha 2024-01-17 08:34:25 -08:00 committed by GitHub
parent 69cdf43909
commit db73ffb439
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

21
.github/workflows/WindowsPlatform.yml vendored Normal file
View 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