mirror of https://github.com/YosysHQ/yosys.git
Run VS build on PRs and each push
This commit is contained in:
parent
25de8faf10
commit
9420bde09f
|
@ -1,15 +1,12 @@
|
|||
name: Visual Studio Build
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
yosys-vcxsrc:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: 'master'
|
||||
- name: Cache sources
|
||||
id: cache-sources
|
||||
uses: actions/cache@v2
|
||||
|
|
Loading…
Reference in New Issue