mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-23 09:40:48 +00:00
Compile Hello World on Windows
This commit is contained in:
parent
9406a51fa5
commit
25b1b5d69f
2 changed files with 10 additions and 0 deletions
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
|
Loading…
Reference in a new issue