@@ -56,30 +56,21 @@ jobs:
5656 - name : Linux - Install GNU 32-bit ARM compilers
5757 run : sudo apt-get install -y gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf binutils-arm-linux-gnueabihf
5858
59- # - name: Linux - Configure Demo, include AREG SDK after project(), GNU on arm32, shared
60- # working-directory: ${{github.workspace}}
61- # run: cmake -B ./product/cache/gnu-arm-so -DAREG_COMPILER_FAMILY=gnu -DAREG_PROCESSOR=arm
62- #
63- # - name: Linux - Build Demo, include AREG SDK after project(), GNU on arm32, shared
64- # working-directory: ${{github.workspace}}
65- # run: cmake --build ./product/cache/gnu-arm-so -j20
59+ - name : Linux - Configure Demo, include AREG SDK after project(), GNU on arm32, shared
60+ working-directory : ${{github.workspace}}
61+ run : cmake -B ./product/cache/gnu-arm-so -DAREG_COMPILER_FAMILY=gnu -DAREG_PROCESSOR=arm
62+
63+ - name : Linux - Build Demo, include AREG SDK after project(), GNU on arm32, shared
64+ working-directory : ${{github.workspace}}
65+ run : cmake --build ./product/cache/gnu-arm-so -j20
6666
6767 - name : Linux - Install GNU 64-bit AARCH64 compilers
6868 run : sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu binutils-aarch64-linux-gnu
6969
70- # - name: Linux - Configure Demo, include AREG SDK after project(), GNU on aarch64, shared
71- # working-directory: ${{github.workspace}}
72- # run: cmake -B ./product/cache/gnu-aarch64-so -DAREG_COMPILER_FAMILY=gnu -DAREG_PROCESSOR=aarch64
73- #
74- # - name: Linux - Build Demo, include AREG SDK after project(), GNU on aarch64, shared
75- # working-directory: ${{github.workspace}}
76- # run: cmake --build ./product/cache/gnu-aarch64-so -j20
77-
78- - name : Linux list /usr
79- shell : bash
80- run : ls -al /usr
81-
82- - name : Linux list /usr/lib
83- shell : bash
84- run : ls -al /usr/lib
85-
70+ - name : Linux - Configure Demo, include AREG SDK after project(), GNU on aarch64, shared
71+ working-directory : ${{github.workspace}}
72+ run : cmake -B ./product/cache/gnu-aarch64-so -DAREG_COMPILER_FAMILY=gnu -DAREG_PROCESSOR=aarch64
73+
74+ - name : Linux - Build Demo, include AREG SDK after project(), GNU on aarch64, shared
75+ working-directory : ${{github.workspace}}
76+ run : cmake --build ./product/cache/gnu-aarch64-so -j20
0 commit comments