mirror of
https://github.com/cc65/cc65.git
synced 2024-10-31 20:06:11 +00:00
yawn
This commit is contained in:
parent
bbe8c62e9d
commit
4c047bf11e
16
.github/workflows/snapshot-on-push-master.yml
vendored
16
.github/workflows/snapshot-on-push-master.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user