Skip to content

Commit

Permalink
chore: update README.md, fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Apr 29, 2024
1 parent c556685 commit 2b0363f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
- run: make -s -j`nproc` TESTS=1 SAMPLES=1 ASAN=1 DEFAULT_TARGET=shared_release
- run: >-
cp platform/Foundation/testsuite/bin/Linux/x86_64/TestApp platform/Foundation/testsuite &&
cd platform &&
CPPUNIT_IGNORE="
CppUnit::TestCaller<RawSocketTest>.testEchoIPv4,
CppUnit::TestCaller<RawSocketTest>.testSendToReceiveFromIPv4,
Expand All @@ -21,9 +20,11 @@ jobs:
CppUnit::TestCaller<NTPClientTest>.testTimeSync,
CppUnit::TestCaller<HTTPSClientSessionTest>.testProxy,
CppUnit::TestCaller<HTTPSStreamFactoryTest>.testProxy"
EXCLUDE_TESTS="Data/MySQL Data/ODBC Data/PostgreSQL MongoDB"
EXCLUDE_TESTS="Data/MySQL Data/ODBC Data/PostgreSQL MongoDB Redis"
PATH=$PATH:.
build/script/runtests.sh
POCO_BASE=`pwd`
LD_LIBRARY_PATH=$POCO_BASE/lib/Linux/x86_64
platform/build/script/runtests.sh
macos-clang-make:
runs-on: macos-12
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
This is the GPL-licensed version of macchina.io EDGE.

A [commercially-licensed version](https://macchina.io/edge) with an extended feature
set and professional support is available.
set, full source code and professional support is available.

Note that this GPL-licensed version:

Expand All @@ -21,7 +21,7 @@ macchina.io EDGE provides a web-enabled, secure, modular and extensible C++ and
macchina.io EDGE provides ready-to-use and industry proven software building blocks that enable applications to collect, process, filter, analyze and visualize sensor, machine and process data locally, directly where it originates, and where the action happens.
macchina.io EDGE enables IoT edge computing.

macchina.io EDGE runs on Linux-based devices, including IoT gateways, industrial computing devices, and prototyping platforms like the Raspberry Pi, Beaglebone and MangOH.
macchina.io EDGE runs on Linux-based devices, including IoT gateways, industrial computing devices, and prototyping platforms like the Raspberry Pi and Beaglebone.

macchina.io EDGE is based on the [POCO C++ Libraries](https://pocoproject.org) and
uses the [V8 JavaScript engine](https://v8.dev).
Expand Down Expand Up @@ -130,7 +130,7 @@ components are built.
macchina.io EDGE is dual-licensed under a commercial license and the GPLv3.
The commercial license gives you the full rights to create and distribute software and
devices on your own terms without any GPL obligations. With the commercial license you
also have access to professional support and maintenance, as well as additional features.
also have access to professional support and maintenance, as well as many additional features.
See [this table](https://macchina.io/edge_licensing.html#table) for a comparison between GPLv3-licensed and commercial-licensed macchina.io EDGE features.


Expand Down

0 comments on commit 2b0363f

Please sign in to comment.