Cleanup CI

This commit is contained in:
Knutwurst
2020-09-03 16:24:53 +02:00
parent a261a3ab55
commit 7c54c7d282

View File

@@ -6,72 +6,35 @@
name: CI name: CI
on: on:
pull_request: #pull_request:
branches: # branches:
- master # - master
paths-ignore: # paths-ignore:
- config/** # - config/**
- data/** # - data/**
- docs/** # - docs/**
- '**/*.md' # - '**/*.md'
push: push:
branches: branches:
- master - master
paths-ignore: # paths-ignore:
- config/** # - config/**
- data/** # - data/**
- docs/** # - docs/**
- '**/*.md' # - '**/*.md'
jobs: jobs:
test_builds: build:
name: Run All Tests name: Build all Environments
if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S' #if: github.repository == 'knutwurst/Marlin-2-0-x-Anycubic-i3-MEGA-S'
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: #strategy:
matrix: # matrix:
test-platform: # test-platform:
# Knutwurst Base Environments # Knutwurst Base Environments
- i3_MEGA_1stgen
- i3_MEGA_1stgen_TMC
- i3_MEGA_1stgen_BLTOUCH_10
- i3_MEGA_1stgen_BLTOUCH_11
- i3_MEGA_1stgen_TMC_BLTOUCH_10
- i3_MEGA_1stgen_TMC_BLTOUCH_11
- i3_MEGA
- i3_MEGA_TMC
- i3_MEGA_BLTOUCH_10
- i3_MEGA_BLTOUCH_11
- i3_MEGA_TMC_BLTOUCH_10
- i3_MEGA_TMC_BLTOUCH_11
- i3_MEGA_S
- i3_MEGA_S_TMC
- i3_MEGA_S_BLTOUCH_10
- i3_MEGA_S_BLTOUCH_11
- i3_MEGA_S_TMC_BLTOUCH_10
- i3_MEGA_S_TMC_BLTOUCH_11
- i3_MEGA_S_DGUS
- i3_MEGA_S_DGUS_TMC
- i3_MEGA_S_DGUS_BLTOUCH_10
- i3_MEGA_S_DGUS_BLTOUCH_11
- i3_MEGA_S_DGUS_TMC_BLTOUCH_10
- i3_MEGA_S_DGUS_TMC_BLTOUCH_11
- i3_MEGA_X
- i3_MEGA_X_TMC
- i3_MEGA_X_BLTOUCH_10
- i3_MEGA_X_BLTOUCH_11
- i3_MEGA_X_TMC_BLTOUCH_10
- i3_MEGA_X_TMC_BLTOUCH_11
- i3_MEGA_P
- i3_MEGA_P_TMC
- i3_MEGA_P_BLTOUCH_10
- i3_MEGA_P_BLTOUCH_11
- i3_MEGA_P_TMC_BLTOUCH_10
- i3_MEGA_P_TMC_BLTOUCH_11
#- DUE #- DUE
#- esp32 #- esp32
#- linux_native #- linux_native
@@ -161,5 +124,6 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install platformio pip install platformio
- name: Run PlatformIO - name: Run PlatformIO
run: platformio run run: platformio run