Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 66fbd57

Browse files
committed
add build status
1 parent 36997ee commit 66fbd57

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# QtDataSync
22
A simple offline-first synchronisation framework, to synchronize data of Qt applications between devices.
33

4+
[![Travis Build Status](https://travis-ci.org/Skycoder42/QtDataSync.svg?branch=master)](https://travis-ci.org/Skycoder42/QtDataSync)
5+
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/ygrlpdc6p3dcnmk1?svg=true)](https://ci.appveyor.com/project/Skycoder42/qtdatasync)
6+
7+
48
## Features
59
- Document-Store like access, using QObjects and Q_GADGET classes
610
- Asynchronous access, general access to all data, with futures and onResult handler

0 commit comments

Comments
 (0)