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: - run:
name: Build wxWidgets name: Build wxWidgets
command: bash .circleci/scripts/build_wxwidgets.sh command: bash .circleci/scripts/build_wxwidgets.sh
- run: # - run:
name: Build LiquidDSP # name: Build LiquidDSP
command: bash .circleci/scripts/build_liquiddsp.sh # command: bash .circleci/scripts/build_liquiddsp.sh
- run: # - run:
name: Build SoapySDR # name: Build SoapySDR
command: bash .circleci/scripts/build_soapysdr.sh # command: bash .circleci/scripts/build_soapysdr.sh
- run: # - run:
name: Build CubicSDR # name: Build CubicSDR
command: bash .circleci/scripts/build_cubicsdr.sh # command: bash .circleci/scripts/build_cubicsdr.sh
- save_cache: - save_cache:
key: cache-{{ checksum ".circleci/scripts/build_wxwidgets.sh" }} key: cache-{{ checksum ".circleci/scripts/build_wxwidgets.sh" }}
paths: paths:

View File

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