|
|
@ -52,7 +52,7 @@ jobs: |
|
|
|
- name: test ${{matrix.config}} ${{ matrix.toolchain }} |
|
|
|
- name: test ${{matrix.config}} ${{ matrix.toolchain }} |
|
|
|
env: |
|
|
|
env: |
|
|
|
CI_BUILD_TARGET: ${{matrix.config}} |
|
|
|
CI_BUILD_TARGET: ${{matrix.config}} |
|
|
|
shell: bash |
|
|
|
shell: 'script -q -e -c "bash {0}"' |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
if [[ ${{ matrix.toolchain }} = "clang" ]]; then |
|
|
|
if [[ ${{ matrix.toolchain }} = "clang" ]]; then |
|
|
|
export CC=clang-7 |
|
|
|
export CC=clang-7 |
|
|
|