Skip to content

Commit

Permalink
Merge pull request #236 from kaspar030/bump_base_branch
Browse files Browse the repository at this point in the history
ci: bump RIOT_BRANCH and VERSION_TAG to 2023.10-branch and 2024.01
  • Loading branch information
kaspar030 authored Jan 13, 2024
2 parents 20c5011 + 7db9dc9 commit 84e5368
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
name: Build and Test
runs-on: ubuntu-latest
env:
RIOT_BRANCH: '2023.04-branch'
VERSION_TAG: '2023.07'
RIOT_BRANCH: '2023.10-branch'
VERSION_TAG: '2024.01'
DOCKER_REGISTRY: "${{ secrets.DOCKER_REGISTRY || 'local' }}"

steps:
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: >
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild
${{ env.DOCKER_REGISTRY }}/riotbuild:latest
make -Ctests/fmt_print all test
make -Ctests/sys/fmt_print all test
env:
BOARD: "microbit"
Expand All @@ -117,7 +117,7 @@ jobs:
run: >
docker run --rm -t -v $(pwd)/RIOT:/data/riotbuild
${{ env.DOCKER_REGISTRY }}/riotbuild:latest
make -Ctests/pkg_nanopb all test
make -Ctests/pkg/nanopb all test
- name: LLVM build test
run: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:

- name: C++ build test
run: |
make -C RIOT/tests/cpp11_condition_variable BUILDTEST_MAKE_REDIRECT='' buildtest
make -C RIOT/tests/sys/cpp11_condition_variable BUILDTEST_MAKE_REDIRECT='' buildtest
env:
BUILD_IN_DOCKER: 1
DOCKER_IMAGE: ${{ env.DOCKER_REGISTRY }}/riotbuild:latest
Expand Down

0 comments on commit 84e5368

Please sign in to comment.