mirror of
https://github.com/idris-lang/Idris2.git
synced 2025-01-01 16:12:26 +03:00
Split Windows CI build into multiple steps
It's easier to follow Windows CI output this way.
This commit is contained in:
parent
68db9fe0fe
commit
eabab4bdea
8
.github/workflows/ci-idris2.yml
vendored
8
.github/workflows/ci-idris2.yml
vendored
@ -158,8 +158,12 @@ jobs:
|
||||
- name: Test Scheme
|
||||
run: |
|
||||
scheme --version
|
||||
- name: Bootstrap and install
|
||||
run: c:\msys64\usr\bin\bash -l -c "cd $env:PWD && make bootstrap && make bootstrap-test && make install"
|
||||
- name: Bootstrap
|
||||
run: c:\msys64\usr\bin\bash -l -c "cd $env:PWD && make bootstrap"
|
||||
- name: Bootstrap test
|
||||
run: c:\msys64\usr\bin\bash -l -c "cd $env:PWD && make bootstrap-test"
|
||||
- name: Install
|
||||
run: c:\msys64\usr\bin\bash -l -c "cd $env:PWD && make install"
|
||||
|
||||
nix-bootstrap-chez:
|
||||
needs: quick-check
|
||||
|
Loading…
Reference in New Issue
Block a user