mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-18 03:46:18 +00:00
Run VS build on PRs and each push
This commit is contained in:
parent
25de8faf10
commit
9420bde09f
1 changed files with 1 additions and 4 deletions
5
.github/workflows/vs.yml
vendored
5
.github/workflows/vs.yml
vendored
|
@ -1,15 +1,12 @@
|
||||||
name: Visual Studio Build
|
name: Visual Studio Build
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
yosys-vcxsrc:
|
yosys-vcxsrc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
|
||||||
ref: 'master'
|
|
||||||
- name: Cache sources
|
- name: Cache sources
|
||||||
id: cache-sources
|
id: cache-sources
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue