Skip to content

Commit eabab4b

Browse files
stepancheggallais
authored andcommitted
Split Windows CI build into multiple steps
It's easier to follow Windows CI output this way.
1 parent 68db9fe commit eabab4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci-idris2.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,12 @@ jobs:
158158
- name: Test Scheme
159159
run: |
160160
scheme --version
161-
- name: Bootstrap and install
162-
run: c:\msys64\usr\bin\bash -l -c "cd $env:PWD && make bootstrap && make bootstrap-test && make install"
161+
- name: Bootstrap
162+
run: c:\msys64\usr\bin\bash -l -c "cd $env:PWD && make bootstrap"
163+
- name: Bootstrap test
164+
run: c:\msys64\usr\bin\bash -l -c "cd $env:PWD && make bootstrap-test"
165+
- name: Install
166+
run: c:\msys64\usr\bin\bash -l -c "cd $env:PWD && make install"
163167

164168
nix-bootstrap-chez:
165169
needs: quick-check

0 commit comments

Comments
 (0)