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