gh actions
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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:
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
[](http://peakrdl-regblock.readthedocs.io)
|
[](http://peakrdl-regblock.readthedocs.io)
|
||||||
|
[](https://github.com/SystemRDL/PeakRDL-regblock/actions?query=workflow%3Abuild+branch%3Amain)
|
||||||
[](https://pypi.org/project/peakrdl-regblock)
|
[](https://pypi.org/project/peakrdl-regblock)
|
||||||
|
|
||||||
# IMPORTANT
|
# IMPORTANT
|
||||||
|
|||||||
Reference in New Issue
Block a user