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:
parent
cb379845e1
commit
b8e226cdcf
1
.github/workflows/build-and-test-linux.yaml
vendored
1
.github/workflows/build-and-test-linux.yaml
vendored
@ -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 }}
|
||||
|
||||
|
1
.github/workflows/build-and-test-macos.yaml
vendored
1
.github/workflows/build-and-test-macos.yaml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
- name: Configure with CMake
|
||||
run: |
|
||||
set -x
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. \
|
||||
|
Loading…
x
Reference in New Issue
Block a user