mirror of
https://github.com/ilammy/msvc-dev-cmd.git
synced 2026-09-06 21:57:19 +08:00
Compare commits
4 Commits
new-windows
...
wip/bash
| Author | SHA1 | Date | |
|---|---|---|---|
| 5c9e3ff532 | |||
| 78b8d0d58b | |||
| 34741d07c4 | |||
| dd06567c9a |
@@ -6,6 +6,7 @@ on:
|
||||
branches:
|
||||
- master
|
||||
- release/*
|
||||
- wip/bash
|
||||
schedule:
|
||||
- cron: '0 6 * * *'
|
||||
|
||||
@@ -25,8 +26,18 @@ jobs:
|
||||
run: |
|
||||
cl.exe hello.c
|
||||
hello.exe
|
||||
- name: Extra path
|
||||
shell: bash
|
||||
run: echo "C:\\foo" >> $GITHUB_PATH
|
||||
- name: Check out bash env
|
||||
shell: bash
|
||||
run: |
|
||||
env
|
||||
which link || :
|
||||
which cl || :
|
||||
audit:
|
||||
name: npm audit
|
||||
if: false
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Check out source code
|
||||
@@ -35,6 +46,7 @@ jobs:
|
||||
- run: npm audit --audit-level=moderate
|
||||
alias-arch:
|
||||
name: arch aliases
|
||||
if: false
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- name: Check out source code
|
||||
|
||||
Reference in New Issue
Block a user