shithub: rgbds

Download patch

ref: e078c1e793c82e53def885c351192f21ad3d3e55
parent: 7471f46a0768e1b5a646d48d5c2cefb8dbc3f7af
author: ISSOtm <[email protected]>
date: Thu Feb 13 21:30:24 EST 2020

Use `develop` in CI when possible

--- a/.github/workflows/testing.yml
+++ b/.github/workflows/testing.yml
@@ -5,8 +5,12 @@
   unix-testing:
     strategy:
       matrix:
-        os: [ubuntu-16.04, ubuntu-18.04, macos-10.15]
+        os: [ubuntu-18.04, ubuntu-16.04, macos-10.15]
         cc: [gcc, clang]
+        include:
+          - os: ubuntu-18.04
+            cc: gcc
+            target: develop
     runs-on: ${{ matrix.os }}
     steps:
       - uses: actions/checkout@v2
@@ -16,7 +20,7 @@
           ./.github/actions/install_deps.sh ${{ matrix.os }}
       - name: Build
         run: |
-          make -j Q= CC=${{ matrix.cc }}
+          make ${{ matrix.target }} -j Q= CC=${{ matrix.cc }}
       - name: Install
         run: |
           sudo make install -j Q=