This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
libvhdl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Add GHA config for formal checks
master
T. Meissner
5 years ago
parent
7ecc52fc03
commit
db4c115a27
1 changed files
with
13 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-0
.github/workflows/formal.yml
+ 13
- 0
.github/workflows/formal.yml
View File
@ -0,0 +1,13 @@
name
:
'formal'
on
:
[
push, pull_request ]
jobs:
docker:
runs-on
:
ubuntu-latest
steps:
-
uses
:
actions/checkout@v1
with:
submodules
:
recursive
-
run
:
docker run --rm -tv $(pwd):/src -w /src/formal -e BUILD_NAME=ACCEPTANCE ghdl/synth:formal make all
Write
Preview
Loading…
Cancel
Save