We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da0a993 commit 2f2038fCopy full SHA for 2f2038f
.github/workflows/nextpnr.yml
@@ -52,6 +52,9 @@ jobs:
52
- run: dockerBuild hdlc/nextpnr nextpnr
53
- run: dockerBuild hdlc/pkg:nextpnr-all nextpnr pkg-all
54
55
+ - run: dockerTestPkg nextpnr-ice40
56
+ - run: dockerTestPkg nextpnr-ecp5
57
+ - run: dockerTestPkg pkg:nextpnr-all
58
- run: dockerTest hdlc/nextpnr:ice40 nextpnr--ice40
59
- run: dockerTest hdlc/nextpnr:icestorm nextpnr--icestorm
60
- run: dockerTest hdlc/nextpnr:ecp5 nextpnr--ecp5
0 commit comments