From 85969087a8a0e055c2bc958301456217c91d0dd7 Mon Sep 17 00:00:00 2001 From: Knutwurst <36196269+knutwurst@users.noreply.github.com> Date: Sat, 10 Apr 2021 16:15:03 +0200 Subject: [PATCH] Add base environments for Github CI --- .github/workflows/build-all.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index c38949f4..8b6a5e62 100755 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -59,12 +59,20 @@ jobs: - MEGA_X_BLT_11 - MEGA_X_TMC_BLT_10 - MEGA_X_TMC_BLT_11 + - MEGA_X_DGUS + - MEGA_X_DGUS_TMC + - MEGA_X_DGUS_BLT_10 + - MEGA_X_DGUS_BLT_11 + - MEGA_X_DGUS_TMC_BLT_10 + - MEGA_X_DGUS_TMC_BLT_11 - MEGA_P - MEGA_P_TMC - MEGA_P_BLT_10 - MEGA_P_BLT_11 - MEGA_P_TMC_BLT_10 - MEGA_P_TMC_BLT_11 + - CHIRON + - CHIRON_TMC steps: