add ci test yml

This commit is contained in:
lennlouisgeek
2026-02-04 00:02:08 +08:00
commit b84edbb568
2 changed files with 14 additions and 0 deletions

13
.gitea/workflows/ping.yml Normal file
View File

@@ -0,0 +1,13 @@
name: ping
on: [push]
jobs:
ping:
runs-on: windows-host
steps:
- name: Check OS and toolchain
shell: pwsh
run: |
systeminfo | findstr /B /C:"OS Name" /C:"OS Version"
where cl
cmake --version

1
README.md Normal file
View File

@@ -0,0 +1 @@
测试windows编译机