mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-14 16:11:47 -05:00
Update config.yml
This commit is contained in:
parent
41d27ad357
commit
f59e25a4bf
@ -2,14 +2,14 @@ version: 2.1
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/buildpack-deps:trusty
|
- image: circleci/ubuntu-server:22.04
|
||||||
environment:
|
environment:
|
||||||
- CACHE_DIR: ~/build/wxWidgets/staticlib
|
- CACHE_DIR: ~/build/wxWidgets/staticlib
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- cache-{{ checksum "circleci/cache-key" }}
|
- cache-{{ checksum "travis-ci/build_wxwidgets.sh" }}
|
||||||
- run:
|
- run:
|
||||||
name: Install Dependencies
|
name: Install Dependencies
|
||||||
command: |
|
command: |
|
||||||
@ -28,6 +28,6 @@ jobs:
|
|||||||
name: Build CubicSDR
|
name: Build CubicSDR
|
||||||
command: bash travis-ci/build_cubicsdr.sh
|
command: bash travis-ci/build_cubicsdr.sh
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: cache-{{ checksum "circleci/cache-key" }}
|
key: cache-{{ checksum "travis-ci/build_wxwidgets.sh" }}
|
||||||
paths:
|
paths:
|
||||||
- ~/build/wxWidgets/staticlib
|
- ~/build/wxWidgets/staticlib
|
||||||
|
Loading…
Reference in New Issue
Block a user