mirror of
https://github.com/webfactory/ssh-agent.git
synced 2026-03-20 18:19:07 +08:00
Compile Hello World on Windows
This commit is contained in:
10
.github/workflows/compile.yml
vendored
Normal file
10
.github/workflows/compile.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
compile:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: |
|
||||
cl test.c
|
||||
test
|
||||
Reference in New Issue
Block a user