mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-07-07 12:15:17 -04: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:
|
- 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:
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user