Skip to content

Commit 4a47714

Browse files
committed
New validation protocol for the wake compiler and modules
1 parent 4bde663 commit 4a47714

3 files changed

Lines changed: 30 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,16 @@ jobs:
5959
cd scripts
6060
./rebuildwake.sh
6161
62+
- name: rebuild modules with new wake (2x)
63+
run: |
64+
cd scripts
65+
./rebuildmods.sh
66+
67+
- name: rebuild wake with new modules (2x)
68+
run: |
69+
cd scripts
70+
./rebuildwake.sh
71+
6272
- name: rebuild wide
6373
run: |
6474
cd scripts

.github/workflows/macos.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ jobs:
5252
cd scripts
5353
./rebuildwake.sh
5454
55+
- name: rebuild modules with new wake (2x)
56+
run: |
57+
cd scripts
58+
./rebuildmods.sh
59+
60+
- name: rebuild wake with new modules (2x)
61+
run: |
62+
cd scripts
63+
./rebuildwake.sh
64+
5565
- name: rebuild wide
5666
run: |
5767
cd scripts

.github/workflows/windows.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ jobs:
5252
cd %CD%\scripts
5353
rebuildwake.bat
5454
55+
- name: rebuild modules with new wake (2x)
56+
run: |
57+
cd %CD%\scripts
58+
rebuildmods.bat
59+
60+
- name: rebuild wake with new modules (2x)
61+
run: |
62+
cd %CD%\scripts
63+
rebuildwake.bat
64+
5565
- name: rebuild wide
5666
shell: cmd
5767
run: |

0 commit comments

Comments
 (0)