Sync with testing repo

Namely the following change:

commit 2b69b0b2bb78ad50e9051ed07d096930a4f0918a
Author: YAMAMOTO Takashi <yamamoto@midokura.com>
Date:   Tue Apr 14 14:54:13 2020 +0900

    CI: Make job descriptions less redundant

    From:
        PR Check CI (build) / build-linux (arm-02) (pull_request)
    To:
        Build / Linux (arm-02) (pull_request)
This commit is contained in:
YAMAMOTO Takashi 2020-04-15 14:15:04 +09:00 committed by Xiang Xiao
parent d9472bb625
commit f3f4b20538
1 changed files with 3 additions and 3 deletions

View File

@ -10,13 +10,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
name: PR Check CI (build)
name: Build
on:
pull_request:
jobs:
build-linux:
Linux:
runs-on: ubuntu-18.04
env:
DOCKER_BUILDKIT: 1
@ -66,7 +66,7 @@ jobs:
cd testing
./cibuild.sh -x -G testlist/${{matrix.boards}}.dat
build-macos:
macOS:
runs-on: macos-10.15
strategy: