1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00
This commit is contained in:
mrdudz 2022-11-18 18:13:54 +01:00
parent bbe8c62e9d
commit 4c047bf11e

View File

@ -49,14 +49,14 @@ jobs:
- name: Do some simple style checks
shell: bash
run: make -j2 checkstyle
- name: Build the tools.
shell: bash
run: |
make -j2 bin USER_CFLAGS=-Werror
make -j2 util
- name: Build the platform libraries.
shell: bash
run: make -j2 lib QUIET=1
# - name: Build the tools.
# shell: bash
# run: |
# make -j2 bin USER_CFLAGS=-Werror
# make -j2 util
# - name: Build the platform libraries.
# shell: bash
# run: make -j2 lib QUIET=1
# - name: Run the regression tests.
# shell: bash
# run: make test QUIET=1