gh actions

This commit is contained in:
Alex Mykyta
2022-02-25 23:26:35 -08:00
parent 7a890b56c5
commit 404e7e8365
2 changed files with 4 additions and 3 deletions

View File

@@ -2,9 +2,9 @@ name: build
on: on:
push: push:
branches: [ master ] branches: [ main ]
pull_request: pull_request:
branches: [ master ] branches: [ main ]
release: release:
types: types:
- published - published
@@ -43,7 +43,7 @@ jobs:
cd test cd test
export SKIP_SYNTH_TESTS=1 export SKIP_SYNTH_TESTS=1
export STUB_SIMULATOR=1 export STUB_SIMULATOR=1
pytest --workers auto pytest
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
lint: lint:

View File

@@ -1,4 +1,5 @@
[![Documentation Status](https://readthedocs.org/projects/peakrdl-regblock/badge/?version=latest)](http://peakrdl-regblock.readthedocs.io) [![Documentation Status](https://readthedocs.org/projects/peakrdl-regblock/badge/?version=latest)](http://peakrdl-regblock.readthedocs.io)
[![build](https://github.com/SystemRDL/PeakRDL-regblock/workflows/build/badge.svg)](https://github.com/SystemRDL/PeakRDL-regblock/actions?query=workflow%3Abuild+branch%3Amain)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-regblock.svg)](https://pypi.org/project/peakrdl-regblock) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/peakrdl-regblock.svg)](https://pypi.org/project/peakrdl-regblock)
# IMPORTANT # IMPORTANT