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:
|
||||
build:
|
||||
docker:
|
||||
- image: circleci/buildpack-deps:trusty
|
||||
- image: circleci/ubuntu-server:22.04
|
||||
environment:
|
||||
- CACHE_DIR: ~/build/wxWidgets/staticlib
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- cache-{{ checksum "circleci/cache-key" }}
|
||||
- cache-{{ checksum "travis-ci/build_wxwidgets.sh" }}
|
||||
- run:
|
||||
name: Install Dependencies
|
||||
command: |
|
||||
@ -28,6 +28,6 @@ jobs:
|
||||
name: Build CubicSDR
|
||||
command: bash travis-ci/build_cubicsdr.sh
|
||||
- save_cache:
|
||||
key: cache-{{ checksum "circleci/cache-key" }}
|
||||
key: cache-{{ checksum "travis-ci/build_wxwidgets.sh" }}
|
||||
paths:
|
||||
- ~/build/wxWidgets/staticlib
|
||||
|
Loading…
Reference in New Issue
Block a user