mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-06 21:57:19 +08:00
Verify configured environment
Try compiling some C code, If it works then we're probably fine. I don't even try to verify cross-compilation because I don't need it. It should work, but that's not my problem right now.
This commit is contained in:
@@ -22,3 +22,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
- name: Enable Developer Command Prompt
|
- name: Enable Developer Command Prompt
|
||||||
uses: ./
|
uses: ./
|
||||||
|
- name: Compile and run some C code
|
||||||
|
run: |
|
||||||
|
cl.exe hello.c
|
||||||
|
hello.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user