refactor build script

This commit is contained in:
Ethan Roseman 2021-08-23 03:32:36 +09:00
parent bba6f51684
commit 2ddda8fe84

View File

@ -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: |