mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
and another
This commit is contained in:
parent
d459b5da87
commit
d68598165c
37
.github/workflows/snapshot-on-push-master.yml
vendored
37
.github/workflows/snapshot-on-push-master.yml
vendored
@ -46,13 +46,6 @@ jobs:
|
||||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Build and package 64-bit Windows versions of the tools.
|
||||
run: |
|
||||
make -C src clean
|
||||
make -j2 bin USER_CFLAGS="-D __USE_MINGW_ANSI_STDIO 1 -Werror" CROSS_COMPILE=x86_64-w64-mingw32-
|
||||
make zip
|
||||
mv cc65.zip cc65-snapshot-win64.zip
|
||||
|
||||
- name: Do some simple style checks
|
||||
shell: bash
|
||||
run: make -j2 checkstyle
|
||||
@ -64,21 +57,21 @@ jobs:
|
||||
- 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
|
||||
- name: Test that the samples can be built.
|
||||
shell: bash
|
||||
run: make -j2 samples
|
||||
- name: Remove the output from the samples tests.
|
||||
shell: bash
|
||||
run: make -C samples clean
|
||||
- name: Remove programs in util directory
|
||||
shell: bash
|
||||
run: make -C util clean
|
||||
- name: Build the document files.
|
||||
shell: bash
|
||||
run: make -j2 doc
|
||||
# - name: Run the regression tests.
|
||||
# shell: bash
|
||||
# run: make test QUIET=1
|
||||
# - name: Test that the samples can be built.
|
||||
# shell: bash
|
||||
# run: make -j2 samples
|
||||
# - name: Remove the output from the samples tests.
|
||||
# shell: bash
|
||||
# run: make -C samples clean
|
||||
# - name: Remove programs in util directory
|
||||
# shell: bash
|
||||
# run: make -C util clean
|
||||
# - name: Build the document files.
|
||||
# shell: bash
|
||||
# run: make -j2 doc
|
||||
- name: Build and package 64-bit Windows versions of the tools.
|
||||
run: |
|
||||
make -C src clean
|
||||
|
Loading…
Reference in New Issue
Block a user