add ci test yml
This commit is contained in:
13
.gitea/workflows/ping.yml
Normal file
13
.gitea/workflows/ping.yml
Normal 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
|
||||
Reference in New Issue
Block a user