Skip to content

Commit 0977a39

Browse files
committed
Checking the cross-compile build
1 parent 2b1bd35 commit 0977a39

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/cmake-areg-opt.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ jobs:
3434
# Update compilers, set C/C++ compilers
3535
run: sudo apt-get update
3636

37-
# - name: Linux - Configure Demo, include AREG SDK after project(), GNU on x64, shared
38-
# working-directory: ${{github.workspace}}
39-
# run: cmake -B ./product/cache/gnu-x64-so -DAREG_COMPILER_FAMILY=gnu
40-
#
41-
# - name: Linux - Build Demo, include AREG SDK after project(), GNU on x64, shared
42-
# working-directory: ${{github.workspace}}
43-
# run: cmake --build ./product/cache/gnu-x64-so -j20
37+
- name: Linux - Configure Demo, include AREG SDK after project(), GNU on x64, shared
38+
working-directory: ${{github.workspace}}
39+
run: cmake -B ./product/cache/gnu-x64-so -DAREG_COMPILER_FAMILY=gnu
40+
41+
- name: Linux - Build Demo, include AREG SDK after project(), GNU on x64, shared
42+
working-directory: ${{github.workspace}}
43+
run: cmake --build ./product/cache/gnu-x64-so -j20
4444

4545
- name: Linux - Install multilib
4646
run: sudo apt-get install -y gcc-multilib g++-multilib
4747

48-
# - name: Linux - Configure Demo, include AREG SDK after project(), GNU on x86, shared
49-
# working-directory: ${{github.workspace}}
50-
# run: cmake -B ./product/cache/gnu-x86-so -DAREG_COMPILER_FAMILY=gnu -DAREG_PROCESSOR=x86
51-
#
52-
# - name: Linux - Build Demo, include AREG SDK after project(), GNU on x86, shared
53-
# working-directory: ${{github.workspace}}
54-
# run: cmake --build ./product/cache/gnu-x86-so -j20
48+
- name: Linux - Configure Demo, include AREG SDK after project(), GNU on x86, shared
49+
working-directory: ${{github.workspace}}
50+
run: cmake -B ./product/cache/gnu-x86-so -DAREG_COMPILER_FAMILY=gnu -DAREG_PROCESSOR=x86
51+
52+
- name: Linux - Build Demo, include AREG SDK after project(), GNU on x86, shared
53+
working-directory: ${{github.workspace}}
54+
run: cmake --build ./product/cache/gnu-x86-so -j20
5555

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

0 commit comments

Comments
 (0)