1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-02-04 21:18:33 +00:00

Print build commands in CI.

This commit is contained in:
Brenden Matthews 2022-10-06 13:38:20 -05:00 committed by Brenden Matthews
parent cb379845e1
commit b8e226cdcf
2 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@ jobs:
uses: actions/checkout@v2
- name: Configure with CMake
run: |
set -x # show the commands we're running
[[ "${{ matrix.compiler }}" == "clang"* ]] && CC=clang-${{ matrix.compiler_version }}
[[ "${{ matrix.compiler }}" == "clang"* ]] && CXX=clang++-${{ matrix.compiler_version }}

View File

@ -25,6 +25,7 @@ jobs:
uses: actions/checkout@v2
- name: Configure with CMake
run: |
set -x
mkdir build
cd build
cmake .. \