mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
upload snapshot to sourceforge
This commit is contained in:
parent
b9bda8c40d
commit
138d2badb2
31
.github/workflows/snapshot-on-push-master.yml
vendored
31
.github/workflows/snapshot-on-push-master.yml
vendored
@ -53,9 +53,9 @@ 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: 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
|
||||
@ -68,12 +68,12 @@ jobs:
|
||||
- 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
|
||||
# make -j2 bin USER_CFLAGS=-Werror CROSS_COMPILE=x86_64-w64-mingw32-
|
||||
# make zip
|
||||
# mv cc65.zip cc65-snapshot-win64.zip
|
||||
- name: Build and package 64-bit Windows versions of the tools.
|
||||
run: |
|
||||
make -C src clean
|
||||
make -j2 bin USER_CFLAGS=-Werror CROSS_COMPILE=x86_64-w64-mingw32-
|
||||
make zip
|
||||
mv cc65.zip cc65-snapshot-win64.zip
|
||||
- name: Build and package 32-bit Windows versions of the tools.
|
||||
run: |
|
||||
make -C src clean
|
||||
@ -86,12 +86,13 @@ jobs:
|
||||
with:
|
||||
name: cc65-snapshot-win32.zip
|
||||
path: cc65-snapshot-win32.zip
|
||||
# - name: Upload a 64-bit Snapshot Zip
|
||||
# uses: actions/upload-artifact@v2
|
||||
# with:
|
||||
# name: cc65-snapshot-win64.zip
|
||||
# path: cc65-snapshot-win64.zip
|
||||
- name: Upload a 64-bit Snapshot Zip
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: cc65-snapshot-win64.zip
|
||||
path: cc65-snapshot-win64.zip
|
||||
|
||||
# enter secrets under "repository secrets"
|
||||
- name: Upload snapshot to sourceforge
|
||||
uses: nogsantos/scp-deploy@master
|
||||
with:
|
||||
@ -101,6 +102,6 @@ jobs:
|
||||
port: ${{ secrets.SSH_PORT }}
|
||||
user: ${{ secrets.SSH_USER }}
|
||||
key: ${{ secrets.SSH_KEY }}
|
||||
|
||||
|
||||
# TODO: Update docs at https://github.com/cc65/doc
|
||||
# TODO: Publish snapshot zip at https://github.com/cc65/cc65.github.io
|
||||
|
Loading…
Reference in New Issue
Block a user