From 1b552707845c6cf511e8035a1719ffca35d37e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20=C3=96hrstr=C3=B6m?= Date: Mon, 28 Dec 2020 18:27:44 +0100 Subject: [PATCH] Disable MacOSX build since brew is rebuiling the world. --- .travis.yml | 1 - README.md | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fd0021e..e89e674 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ os: - linux - - osx language: cpp dist: bionic diff --git a/README.md b/README.md index df83af4..07ecb5a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The program runs on GNU/Linux, MacOSX, FreeBSD, and Raspberry Pi. | OS | Status | | ------------ |:-------------:| -|GNU/Linux & MacOSX| [![Build Status](https://travis-ci.org/weetmuts/wmbusmeters.svg?branch=master)](https://travis-ci.org/weetmuts/wmbusmeters) | +|GNU/Linux | [![Build Status](https://travis-ci.org/weetmuts/wmbusmeters.svg?branch=master)](https://travis-ci.org/weetmuts/wmbusmeters) | |Docker build status|[![CircleCI>](https://circleci.com/gh/weetmuts/wmbusmeters.svg?style=shield)](https://circleci.com/gh/weetmuts/wmbusmeters)| |Snap status|[![wmbusmeters](https://snapcraft.io//wmbusmeters/badge.svg)](https://snapcraft.io/wmbusmeters)| @@ -445,6 +445,8 @@ If you do not specify any meters on the command line, then wmbusmeters will listen and print the header information of any telegram it hears. # Builds and runs on GNU/Linux MacOSX (with recent XCode), and FreeBSD +(For MacOSX do `brew install librtlsdr libusb` which takes such a long +time that the MacOSX travis build is disabled for the moment.) `./configure && make && make test`