Skip to content

Commit

Permalink
build.yml: Sync up with nuttx version
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Xiao <[email protected]>
  • Loading branch information
xiaoxiang781216 authored and btashton committed Apr 19, 2020
1 parent 2717c2a commit a288ed4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ jobs:
username: ${GITHUB_ACTOR}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Docker Pull
uses: nick-invision/retry@v1
with:
timeout_minutes: 10
max_attempts: 3
retry_wait_seconds: 10
command: docker pull docker.pkg.github.com/apache/incubator-nuttx-testing/nuttx-ci-linux

- name: Run builds
uses: ./testing/.github/actions/ci-container
env:
Expand All @@ -71,7 +79,7 @@ jobs:

strategy:
matrix:
boards: [arm-11, mips-riscv-x86-xtensa, sim]
boards: [arm-12, mips-riscv-x86-xtensa, sim]

steps:
- name: Checkout nuttx repo
Expand Down

0 comments on commit a288ed4

Please sign in to comment.