Skip to content

Commit 42dfb0b

Browse files
committed
Use composed build in coq-alpine.yml
1 parent 52eba47 commit 42dfb0b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/coq-alpine.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- name: chroot build params
4343
shell: alpine.sh {0}
4444
run: etc/ci/describe-system-config.sh
45+
- name: make -j src/Everything.v src/Bedrock/Everything.v
46+
shell: alpine.sh {0}
47+
run: etc/ci/github-actions-make.sh -j src/Everything.v src/Bedrock/Everything.v
48+
- name: make -f Makefile.composed
49+
shell: alpine.sh {0}
50+
run: etc/ci/github-actions-make.sh -f Makefile.composed
4551
- name: etc/ci/github-actions-make.sh deps
4652
shell: alpine.sh {0}
4753
run: etc/ci/github-actions-make.sh -j2 deps

0 commit comments

Comments
 (0)