Skip to content

Commit

Permalink
build-myir-t113i
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored Feb 25, 2024
1 parent 8df6f4b commit 4dabc6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,14 @@ jobs:
setup-env-cmd: |
export PATH=$PATH:$GITHUB_WORKSPACE/PurPle-Pi-R1/toolchain/gcc-arm-8.2-2018.08-x86_64-arm-linux-gnueabihf/bin
- name: myir-t113i
single-core: false
cmake-toolchain: arm-linux-gnueabi.toolchain.cmake
setup-toolchain-cmd: |
git clone --depth 1 https://github.com/MYIR-ALLWINNER/toolchain.git
setup-env-cmd: |
export PATH=$PATH:$GITHUB_WORKSPACE/MYIR-ALLWINNER/toolchain/gcc-linaro-7.2.1-2017.11-x86_64_arm-linux-gnueabi/bin
env:
COMMON_CMAKE_OPTIONS: |
-DCMAKE_TOOLCHAIN_FILE=../../toolchains/${{ matrix.cmake-toolchain }} \
Expand Down

0 comments on commit 4dabc6f

Please sign in to comment.