mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 21:27:43 +00:00
yawn
This commit is contained in:
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
|
- name: Do some simple style checks
|
||||||
shell: bash
|
shell: bash
|
||||||
run: make -j2 checkstyle
|
run: make -j2 checkstyle
|
||||||
- name: Build the tools.
|
# - name: Build the tools.
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: |
|
# run: |
|
||||||
make -j2 bin USER_CFLAGS=-Werror
|
# make -j2 bin USER_CFLAGS=-Werror
|
||||||
make -j2 util
|
# make -j2 util
|
||||||
- name: Build the platform libraries.
|
# - name: Build the platform libraries.
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: make -j2 lib QUIET=1
|
# run: make -j2 lib QUIET=1
|
||||||
# - name: Run the regression tests.
|
# - name: Run the regression tests.
|
||||||
# shell: bash
|
# shell: bash
|
||||||
# run: make test QUIET=1
|
# run: make test QUIET=1
|
||||||
|
Reference in New Issue
Block a user