Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
Only build 2.0.5.4 for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffeb3 committed Jul 30, 2020
1 parent c265338 commit 7b4c951
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 88 deletions.
80 changes: 0 additions & 80 deletions .github/workflows/archim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,86 +20,6 @@ on:
- created

jobs:
build-platform-io:

env:
MARLIN_VERSION: ${{ matrix.branch }}
CONFIG_NAME: ${{ matrix.machine }}

name: ${{ matrix.machine }}-${{ matrix.branch }}
runs-on: ubuntu-latest

strategy:
fail-fast: false # Allow all machines to finish building
matrix:
branch:
- 2.0.6
- bugfix-2.0.x
machine:
- V1CNC_Archim1
- V1CNC_Archim1_Dual
- V1CNC_Archim2
- V1CNC_Archim2_Dual

steps:

# First, cancel unfinished jobs.
- uses: technote-space/auto-cancel-redundant-job@v1

# Based on .github/workflows/test-builds.yml
- name: Select Python 3.7
uses: actions/setup-python@v1
with:
python-version: '3.7' # Version range or exact version of a Python version to use, using semvers version range syntax.
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

- name: Install PlatformIO
run: |
pip install -U https://github.com/platformio/platformio-core/archive/master.zip
platformio update
- name: Check out MarlinBuilder
uses: actions/checkout@v2

- name: Check out MarlinFirmware
uses: actions/checkout@v2
with:
repository: MarlinFirmware/Marlin
ref: ${{ matrix.branch }}
path: Marlin
clean: true
fetch-depth: 1

- name: Configure
run: |
src/core/config-for-machine ${{ matrix.machine }}
- name: Build
run: |
src/core/build-for-machine
- name: Zip up Marlin
run: |
src/core/zip-marlin
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: ${{ matrix.machine }}-${{ matrix.branch }}
path: |
firmware_*
Marlin_*.zip
- name: Upload Marlin-${{ matrix.machine }}-${{ matrix.branch }}-src.zip to release
if: ${{ github.event_name == 'release' }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: Marlin-Release.zip
asset_name: ${{ matrix.machine }}-${{ matrix.branch }}-src.zip
asset_content_type: application/zip

build-arduino:

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/rambo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
fail-fast: false # Allow all machines to finish building
matrix:
branch:
- 2.0.6
- 2.0.5.4
- bugfix-2.0.x
machine:
- V13DP_MiniRambo
- V1CNC_MiniRambo
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ramps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
fail-fast: false # Allow all machines to finish building
matrix:
branch:
- 2.0.6
- 2.0.5.4
- bugfix-2.0.x
machine:
- V13DP_Ramps_MK8
- V1ZXY_Ramps
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/skr1p3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
fail-fast: false # Allow all machines to finish building
matrix:
branch:
- 2.0.6
- 2.0.5.4
- bugfix-2.0.x
machine:
- V1CNC_Skr1p3_8825
- V1CNC_Skr1p3_2209
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/skrpro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
fail-fast: false # Allow all machines to finish building
matrix:
branch:
- 2.0.6
- 2.0.5.4
- bugfix-2.0.x
machine:
- V1CNC_SkrPro_2209
- V1CNC_SkrPro_DualLR_2209
Expand Down

0 comments on commit 7b4c951

Please sign in to comment.