From e126f88fdb53d46c1aff5f21ec909b94b80b90f2 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Tue, 27 Aug 2019 19:45:10 +0200 Subject: [PATCH] Simplify exclude list. --- .github/workflows/daily.yml | 54 ------------------------------------- 1 file changed, 54 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 66d1b90e9..282ef7fb8 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -19,22 +19,10 @@ jobs: exclude: - quantum: 8 hdri: yes - modules: 'with-modules' - - quantum: 8 - hdri: yes - modules: 'without-modules' - - quantum: 32 - hdri: no - modules: 'with-modules' - quantum: 32 hdri: no - modules: 'without-modules' - - quantum: 64 - hdri: no - modules: 'with-modules' - quantum: 64 hdri: no - modules: 'without-modules' steps: - uses: actions/checkout@master @@ -74,52 +62,10 @@ jobs: exclude: - quantum: 8 hdri: yes - buildType: dmt - platform: x64 - - quantum: 8 - hdri: yes - buildType: dmt - platform: Win32 - - quantum: 8 - hdri: yes - buildType: smtd - platform: x64 - - quantum: 8 - hdri: yes - buildType: smtd - platform: Win32 - quantum: 32 hdri: no - buildType: dmt - platform: x64 - - quantum: 32 - hdri: no - buildType: dmt - platform: Win32 - - quantum: 32 - hdri: no - buildType: smtd - platform: x64 - - quantum: 32 - hdri: no - buildType: smtd - platform: Win32 - - quantum: 64 - hdri: no - buildType: dmt - platform: x64 - - quantum: 64 - hdri: no - buildType: dmt - platform: Win32 - - quantum: 64 - hdri: no - buildType: smtd - platform: x64 - quantum: 64 hdri: no - buildType: smtd - platform: Win32 steps: - name: Clone ImageMagick-Windows -- 2.40.0