Build wx verbose (output timeout)

Disable other build steps for the moment; see if we can get a working wxwidgets cache first
This commit is contained in:
Charles J. Cliffe 2023-03-28 23:04:03 -04:00
parent 8ad45faec5
commit 61797c2ac6
2 changed files with 10 additions and 10 deletions

View File

@ -18,15 +18,15 @@ jobs:
- run:
name: Build wxWidgets
command: bash .circleci/scripts/build_wxwidgets.sh
- run:
name: Build LiquidDSP
command: bash .circleci/scripts/build_liquiddsp.sh
- run:
name: Build SoapySDR
command: bash .circleci/scripts/build_soapysdr.sh
- run:
name: Build CubicSDR
command: bash .circleci/scripts/build_cubicsdr.sh
# - run:
# name: Build LiquidDSP
# command: bash .circleci/scripts/build_liquiddsp.sh
# - run:
# name: Build SoapySDR
# command: bash .circleci/scripts/build_soapysdr.sh
# - run:
# name: Build CubicSDR
# command: bash .circleci/scripts/build_cubicsdr.sh
- save_cache:
key: cache-{{ checksum ".circleci/scripts/build_wxwidgets.sh" }}
paths:

View File

@ -25,5 +25,5 @@ elif [ "$(uname)" == "Darwin" ]; then
fi
echo "Building wxWidgets.."
make -j$(nproc)
make V=1 -j$(nproc)
make install