mirror of
https://github.com/gbdk-2020/gbdk-2020.git
synced 2026-02-19 16:21:53 +01:00
Build: Switch to formal gbdk-sdcc release tag for GBDK 4.5.0
This commit is contained in:
12
.github/workflows/gbdk_build_and_package.yml
vendored
12
.github/workflows/gbdk_build_and_package.yml
vendored
@@ -33,38 +33,38 @@ jobs:
|
||||
- name: Linux Depends
|
||||
if: matrix.name == 'Linux-x64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-Linux-x64.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-Linux-x64.tar.gz
|
||||
tar xvfz sdcc.tar.gz
|
||||
|
||||
- name: Linux Arm Depends
|
||||
if: matrix.name == 'Linux-arm64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-Linux-arm64.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-Linux-arm64.tar.gz
|
||||
tar xvfz sdcc.tar.gz
|
||||
|
||||
- name: MacOS Depends
|
||||
if: matrix.name == 'MacOS-x64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-MacOS-x64.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-MacOS-x64.tar.gz
|
||||
tar xvfz sdcc.tar.gz
|
||||
|
||||
- name: MacOS ARM Depends
|
||||
if: matrix.name == 'MacOS-arm64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-MacOS-arm64.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-MacOS-arm64.tar.gz
|
||||
tar xvfz sdcc.tar.gz
|
||||
|
||||
- name: Windows-x64 Depends
|
||||
if: matrix.name == 'Windows-x64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-Win64-On-Linux.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-Win64-On-Linux.tar.gz
|
||||
7z x sdcc.tar.gz
|
||||
7z x sdcc.tar
|
||||
|
||||
- name: Windows-x32 Depends
|
||||
if: matrix.name == 'Windows-x32'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-Win32-On-Linux.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-Win32-On-Linux.tar.gz
|
||||
7z x sdcc.tar.gz
|
||||
7z x sdcc.tar
|
||||
|
||||
|
||||
12
.github/workflows/gbdk_build_examples.yml
vendored
12
.github/workflows/gbdk_build_examples.yml
vendored
@@ -33,38 +33,38 @@ jobs:
|
||||
- name: Linux x86 Depends
|
||||
if: matrix.name == 'Linux-x64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-Linux-x64.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-Linux-x64.tar.gz
|
||||
tar xvfz sdcc.tar.gz
|
||||
|
||||
- name: Linux arm64 Depends
|
||||
if: matrix.name == 'Linux-arm64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-Linux-arm64.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-Linux-arm64.tar.gz
|
||||
tar xvfz sdcc.tar.gz
|
||||
|
||||
- name: MacOS Depends
|
||||
if: matrix.name == 'MacOS-x64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-MacOS-x64.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-MacOS-x64.tar.gz
|
||||
tar xvfz sdcc.tar.gz
|
||||
|
||||
- name: MacOS ARM Depends
|
||||
if: matrix.name == 'MacOS-arm64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-MacOS-arm64.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-MacOS-arm64.tar.gz
|
||||
tar xvfz sdcc.tar.gz
|
||||
|
||||
- name: Windows-x64 Depends
|
||||
if: matrix.name == 'Windows-x64'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-Win64-On-Linux.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-Win64-On-Linux.tar.gz
|
||||
7z x sdcc.tar.gz
|
||||
7z x sdcc.tar
|
||||
|
||||
- name: Windows-x32 Depends
|
||||
if: matrix.name == 'Windows-x32'
|
||||
run: |
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/gbdk-sdcc-next/sdcc-15267-dataseg-hram-Win32-On-Linux.tar.gz
|
||||
curl -Lo sdcc.tar.gz https://github.com/gbdk-2020/gbdk-2020-sdcc/releases/download/sdcc-patched-gbdk-4.5.0/sdcc-15267-Win32-On-Linux.tar.gz
|
||||
7z x sdcc.tar.gz
|
||||
7z x sdcc.tar
|
||||
|
||||
|
||||
Reference in New Issue
Block a user