mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 20:02:47 +01:00
test building full gcc
This commit is contained in:
parent
cf269a90cd
commit
4a37d2e8fb
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -40,13 +40,15 @@ jobs:
|
||||
- name: Configure
|
||||
shell: bash
|
||||
run: |
|
||||
./configure --target=mips-nintendo-nu64 --prefix=/opt/cross --disable-gprof --disable-gdb --disable-werror --host=${{ matrix.TARGET.HOST }} --build=${{ matrix.TARGET.HOST }}
|
||||
./configure --target=mips --prefix=/opt/cross --disable-gprof --disable-gdb --disable-werror --host=${{ matrix.TARGET.HOST }} --build=${{ matrix.TARGET.HOST }}
|
||||
|
||||
- name: Make
|
||||
continue-on-error: true
|
||||
shell: bash
|
||||
run: |
|
||||
make gcc CFLAGS="${{ matrix.TARGET.CFLAGS }}"
|
||||
make cpp CFLAGS="${{ matrix.TARGET.CFLAGS }}"
|
||||
make cc1 CFLAGS="${{ matrix.TARGET.CFLAGS }}"
|
||||
make xgcc CFLAGS="${{ matrix.TARGET.CFLAGS }}"
|
||||
|
||||
- name: Test for file
|
||||
shell: bash
|
||||
@ -58,4 +60,8 @@ jobs:
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cc1-${{ matrix.TARGET.OS }}
|
||||
path: cc1
|
||||
path: |
|
||||
as
|
||||
cpp
|
||||
cc1
|
||||
xgcc
|
||||
|
Loading…
Reference in New Issue
Block a user