mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-09 12:22:38 +01:00
refactor build script
This commit is contained in:
parent
bba6f51684
commit
2ddda8fe84
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -45,9 +45,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
shell: bash
|
||||
run: |
|
||||
make cpp CFLAGS="${{ matrix.TARGET.CFLAGS }}"
|
||||
make cc1 CFLAGS="${{ matrix.TARGET.CFLAGS }}"
|
||||
make xgcc CFLAGS="${{ matrix.TARGET.CFLAGS }}"
|
||||
make cpp cc1 xgcc cc1plus g++ CFLAGS="${{ matrix.TARGET.CFLAGS }}"
|
||||
- name: Test for file
|
||||
shell: bash
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user