Skip to content

Commit 83b5aa2

Browse files
committed
Experimenting
1 parent eb20b55 commit 83b5aa2

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

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

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -34,29 +34,17 @@ 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 - list /usr directory
49-
shell: bash
50-
run: ls -al /usr
51-
52-
- name: Linux - list /usr/lib directory
53-
shell: bash
54-
run: ls -al /usr/lib/
55-
56-
- name: Linux - list usr/lib32 directory
57-
shell: bash
58-
run: ls -al /usr/lib32
59-
6048
- name: Linux - Configure Demo, include AREG SDK after project(), GNU on x86, shared
6149
working-directory: ${{github.workspace}}
6250
run: cmake -B ./product/cache/gnu-x86-so -DAREG_COMPILER_FAMILY=gnu -DAREG_PROCESSOR=x86

0 commit comments

Comments
 (0)