mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 10:59:36 +00:00
Set the Cygwin shell once as a default for its job
This commit is contained in:
@@ -323,6 +323,9 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: windows-2022
|
runs-on: windows-2022
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -o igncr '{0}'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
@@ -338,12 +341,10 @@ jobs:
|
|||||||
make
|
make
|
||||||
pkg-config
|
pkg-config
|
||||||
- name: Build & install using Make
|
- name: Build & install using Make
|
||||||
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -o igncr '{0}'
|
|
||||||
run: | # Cygwin does not support `make develop` sanitizers ASan or UBSan
|
run: | # Cygwin does not support `make develop` sanitizers ASan or UBSan
|
||||||
make -kj Q=
|
make -kj Q=
|
||||||
make install -j Q=
|
make install -j Q=
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
shell: C:\cygwin\bin\env.exe CYGWIN_NOWINPATH=1 CHERE_INVOKING=1 C:\cygwin\bin\bash.exe -o igncr '{0}'
|
|
||||||
run: |
|
run: |
|
||||||
test/run-tests.sh --only-internal
|
test/run-tests.sh --only-internal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user