mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-22 11:49:38 -05:00
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:
parent
8ad45faec5
commit
61797c2ac6
@ -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:
|
||||
|
@ -25,5 +25,5 @@ elif [ "$(uname)" == "Darwin" ]; then
|
||||
fi
|
||||
|
||||
echo "Building wxWidgets.."
|
||||
make -j$(nproc)
|
||||
make V=1 -j$(nproc)
|
||||
make install
|
||||
|
Loading…
Reference in New Issue
Block a user