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'
22
22
on :
23
23
pull_request :
24
24
push :
25
- schedule :
26
- - cron : ' 0 0 * * 5'
27
25
workflow_dispatch :
28
26
repository_dispatch :
29
27
types : [ base ]
41
39
42
40
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
43
41
44
- - run : dockerBuild hdlc/build:base base base
45
- - run : dockerBuild hdlc/build:build base build
46
- - run : dockerBuild hdlc/build:dev base
47
-
48
42
- run : dockerTest hdlc/build:base build--base
49
43
- run : dockerTest hdlc/build:build build--build
50
44
- run : dockerTest hdlc/build:dev build--dev
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ name: 'boolector'
23
23
on :
24
24
pull_request :
25
25
push :
26
- schedule :
27
- - cron : ' 0 0 * * 5'
28
26
workflow_dispatch :
29
27
repository_dispatch :
30
28
types : [ boolector ]
42
40
43
41
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
44
42
45
- - run : dockerBuild hdlc/pkg:boolector boolector
46
-
47
43
- run : dockerTestPkg boolector
48
44
49
45
- name : Login to DockerHub
Original file line number Diff line number Diff line change 26
26
- ' .github/workflows/doc.yml'
27
27
- ' doc/**'
28
28
- ' graph/**'
29
- schedule :
30
- - cron : ' 0 0 * * 4'
31
29
workflow_dispatch :
32
30
repository_dispatch :
33
31
types : [ doc ]
43
41
44
42
- uses : actions/checkout@v2
45
43
46
- - run : docker build -t hdlc/doc:asciidoctor-py -f- . < doc--asciidoctor-py.dockerfile
47
-
48
44
- name : Build site
49
45
run : docker run --rm -v /$(pwd)://documents/ hdlc/doc:asciidoctor-py ./doc/make.sh
50
46
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ name: 'formal'
23
23
on :
24
24
pull_request :
25
25
push :
26
- schedule :
27
- - cron : ' 0 0 * * 5'
28
26
workflow_dispatch :
29
27
repository_dispatch :
30
28
types : [ formal ]
44
42
45
43
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
46
44
47
- - run : dockerBuild hdlc/formal:min formal min
48
- - run : dockerBuild hdlc/formal formal latest
49
- - run : dockerBuild hdlc/formal:all formal
50
-
51
45
- run : dockerTest hdlc/formal:min formal--min
52
46
- run : dockerTest hdlc/formal formal
53
47
- 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'
22
22
on :
23
23
pull_request :
24
24
push :
25
- schedule :
26
- - cron : ' 0 0 * * 5'
27
25
workflow_dispatch :
28
26
repository_dispatch :
29
27
types : [ ghdl-yosys-plugin ]
41
39
42
40
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
43
41
44
- - run : dockerBuild hdlc/pkg:ghdl-yosys-plugin ghdl-yosys-plugin pkg
45
- - run : dockerBuild hdlc/ghdl:yosys ghdl-yosys-plugin
46
-
47
42
- run : dockerTestPkg ghdl-yosys-plugin ghdl
48
43
- run : dockerTest hdlc/ghdl:yosys ghdl--yosys
49
44
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'ghdl'
22
22
on :
23
23
pull_request :
24
24
push :
25
- schedule :
26
- - cron : ' 0 0 * * 5'
27
25
workflow_dispatch :
28
26
repository_dispatch :
29
27
types : [ ghdl ]
43
41
44
42
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
45
43
46
- - run : dockerBuild hdlc/pkg:ghdl ghdl pkg
47
- - run : dockerBuild hdlc/ghdl ghdl
48
-
49
44
- run : dockerTestPkg ghdl
50
45
- run : dockerTest hdlc/ghdl ghdl
51
46
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'gtkwave'
22
22
on :
23
23
pull_request :
24
24
push :
25
- schedule :
26
- - cron : ' 0 0 * * 5'
27
25
workflow_dispatch :
28
26
repository_dispatch :
29
27
types : [ gtkwave ]
41
39
42
40
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
43
41
44
- - run : dockerBuild hdlc/pkg:gtkwave gtkwave
45
-
46
42
- run : dockerTestPkg gtkwave
47
43
48
44
- name : Login to DockerHub
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'icestorm'
22
22
on :
23
23
pull_request :
24
24
push :
25
- schedule :
26
- - cron : ' 0 0 * * 5'
27
25
workflow_dispatch :
28
26
repository_dispatch :
29
27
types : [ icestorm ]
43
41
44
42
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
45
43
46
- - run : dockerBuild hdlc/pkg:icestorm icestorm pkg
47
- - run : dockerBuild hdlc/icestorm icestorm
48
-
49
44
- run : dockerTestPkg icestorm
50
45
- run : dockerTest hdlc/icestorm icestorm
51
46
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'impl'
22
22
on :
23
23
pull_request :
24
24
push :
25
- schedule :
26
- - cron : ' 0 0 * * 5'
27
25
workflow_dispatch :
28
26
repository_dispatch :
29
27
types : [ impl ]
43
41
44
42
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
45
43
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
-
53
44
- run : dockerTest hdlc/impl:ice40 impl--ice40
54
45
- run : dockerTest hdlc/impl:icestorm impl--icestorm
55
46
- run : dockerTest hdlc/impl:ecp5 impl--ecp5
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ name: 'nextpnr'
22
22
on :
23
23
pull_request :
24
24
push :
25
- schedule :
26
- - cron : ' 0 0 * * 5'
27
25
workflow_dispatch :
28
26
repository_dispatch :
29
27
types : [ nextpnr ]
43
41
44
42
- run : echo "$(pwd)/.github/bin" >> $GITHUB_PATH
45
43
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
-
55
44
- run : dockerTestPkg nextpnr-ice40
56
45
- run : dockerTestPkg nextpnr-ecp5
57
46
- run : dockerTestPkg nextpnr-all
You can’t perform that action at this time.
0 commit comments