File tree Expand file tree Collapse file tree 17 files changed +0
-89
lines changed
Expand file tree Collapse file tree 17 files changed +0
-89
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'base'
2222on :
2323 pull_request :
2424 push :
25- schedule :
26- - cron : ' 0 0 * * 5'
2725 workflow_dispatch :
2826 repository_dispatch :
2927 types : [ base ]
4139
4240 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4341
44- - run : dockerBuild hdlc/build:base base base
45- - run : dockerBuild hdlc/build:build base build
46- - run : dockerBuild hdlc/build:dev base
47-
4842 - run : dockerTest hdlc/build:base build--base
4943 - run : dockerTest hdlc/build:build build--build
5044 - run : dockerTest hdlc/build:dev build--dev
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ name: 'boolector'
2323on :
2424 pull_request :
2525 push :
26- schedule :
27- - cron : ' 0 0 * * 5'
2826 workflow_dispatch :
2927 repository_dispatch :
3028 types : [ boolector ]
4240
4341 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4442
45- - run : dockerBuild hdlc/pkg:boolector boolector
46-
4743 - run : dockerTestPkg boolector
4844
4945 - name : Login to DockerHub
Original file line number Diff line number Diff line change 2626 - ' .github/workflows/doc.yml'
2727 - ' doc/**'
2828 - ' graph/**'
29- schedule :
30- - cron : ' 0 0 * * 4'
3129 workflow_dispatch :
3230 repository_dispatch :
3331 types : [ doc ]
4341
4442 - uses : actions/checkout@v2
4543
46- - run : docker build -t hdlc/doc:asciidoctor-py -f- . < doc--asciidoctor-py.dockerfile
47-
4844 - name : Build site
4945 run : docker run --rm -v /$(pwd)://documents/ hdlc/doc:asciidoctor-py ./doc/make.sh
5046
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ name: 'formal'
2323on :
2424 pull_request :
2525 push :
26- schedule :
27- - cron : ' 0 0 * * 5'
2826 workflow_dispatch :
2927 repository_dispatch :
3028 types : [ formal ]
4442
4543 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4644
47- - run : dockerBuild hdlc/formal:min formal min
48- - run : dockerBuild hdlc/formal formal latest
49- - run : dockerBuild hdlc/formal:all formal
50-
5145 - run : dockerTest hdlc/formal:min formal--min
5246 - run : dockerTest hdlc/formal formal
5347 - run : dockerTest hdlc/formal:all formal--all
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'ghdl-yosys-plugin'
2222on :
2323 pull_request :
2424 push :
25- schedule :
26- - cron : ' 0 0 * * 5'
2725 workflow_dispatch :
2826 repository_dispatch :
2927 types : [ ghdl-yosys-plugin ]
4139
4240 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4341
44- - run : dockerBuild hdlc/pkg:ghdl-yosys-plugin ghdl-yosys-plugin pkg
45- - run : dockerBuild hdlc/ghdl:yosys ghdl-yosys-plugin
46-
4742 - run : dockerTestPkg ghdl-yosys-plugin ghdl
4843 - run : dockerTest hdlc/ghdl:yosys ghdl--yosys
4944
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'ghdl'
2222on :
2323 pull_request :
2424 push :
25- schedule :
26- - cron : ' 0 0 * * 5'
2725 workflow_dispatch :
2826 repository_dispatch :
2927 types : [ ghdl ]
4341
4442 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4543
46- - run : dockerBuild hdlc/pkg:ghdl ghdl pkg
47- - run : dockerBuild hdlc/ghdl ghdl
48-
4944 - run : dockerTestPkg ghdl
5045 - run : dockerTest hdlc/ghdl ghdl
5146
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'gtkwave'
2222on :
2323 pull_request :
2424 push :
25- schedule :
26- - cron : ' 0 0 * * 5'
2725 workflow_dispatch :
2826 repository_dispatch :
2927 types : [ gtkwave ]
4139
4240 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4341
44- - run : dockerBuild hdlc/pkg:gtkwave gtkwave
45-
4642 - run : dockerTestPkg gtkwave
4743
4844 - name : Login to DockerHub
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'icestorm'
2222on :
2323 pull_request :
2424 push :
25- schedule :
26- - cron : ' 0 0 * * 5'
2725 workflow_dispatch :
2826 repository_dispatch :
2927 types : [ icestorm ]
4341
4442 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4543
46- - run : dockerBuild hdlc/pkg:icestorm icestorm pkg
47- - run : dockerBuild hdlc/icestorm icestorm
48-
4944 - run : dockerTestPkg icestorm
5045 - run : dockerTest hdlc/icestorm icestorm
5146
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'impl'
2222on :
2323 pull_request :
2424 push :
25- schedule :
26- - cron : ' 0 0 * * 5'
2725 workflow_dispatch :
2826 repository_dispatch :
2927 types : [ impl ]
4341
4442 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4543
46- - run : dockerBuild hdlc/impl:ice40 impl ice40
47- - run : dockerBuild hdlc/impl:icestorm impl icestorm
48- - run : dockerBuild hdlc/impl:ecp5 impl ecp5
49- - run : dockerBuild hdlc/impl:prjtrellis impl prjtrellis
50- - run : dockerBuild hdlc/impl:pnr impl pnr
51- - run : dockerBuild hdlc/impl:latest impl latest
52-
5344 - run : dockerTest hdlc/impl:ice40 impl--ice40
5445 - run : dockerTest hdlc/impl:icestorm impl--icestorm
5546 - run : dockerTest hdlc/impl:ecp5 impl--ecp5
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'nextpnr'
2222on :
2323 pull_request :
2424 push :
25- schedule :
26- - cron : ' 0 0 * * 5'
2725 workflow_dispatch :
2826 repository_dispatch :
2927 types : [ nextpnr ]
4341
4442 - run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
4543
46- - run : dockerBuild hdlc/nextpnr:ice40 nextpnr ice40
47- - run : dockerBuild hdlc/nextpnr:icestorm nextpnr icestorm
48- - run : dockerBuild hdlc/pkg:nextpnr-ice40 nextpnr pkg-ice40
49- - run : dockerBuild hdlc/nextpnr:ecp5 nextpnr ecp5
50- - run : dockerBuild hdlc/nextpnr:prjtrellis nextpnr prjtrellis
51- - run : dockerBuild hdlc/pkg:nextpnr-ecp5 nextpnr pkg-ecp5
52- - run : dockerBuild hdlc/nextpnr nextpnr
53- - run : dockerBuild hdlc/pkg:nextpnr-all nextpnr pkg-all
54-
5544 - run : dockerTestPkg nextpnr-ice40
5645 - run : dockerTestPkg nextpnr-ecp5
5746 - run : dockerTestPkg nextpnr-all
You can’t perform that action at this time.
0 commit comments