diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index daee714e..8dc54a01 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -2,7 +2,8 @@ name: Build libnx on: push: - branches: [ master ] + branches: + - master pull_request: jobs: @@ -18,4 +19,4 @@ jobs: persist-credentials: false - name: build - run: make -C nx + run: make -C nx -j2 diff --git a/README.md b/README.md index 8d2b03a9..479fea1a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nintendo Switch AArch64-only userland library. Based on libctru. -[![Build status](https://doozer.io/badge/switchbrew/libnx/buildstatus/master)](https://doozer.io/switchbrew/libnx) +![Build status](https://github.com/switchbrew/libnx/actions/workflows/build.yaml/badge.svg) # Install instructions See [Switchbrew](https://switchbrew.org/wiki/Setting_up_Development_Environment).