Add simple C binding for iOS and Android projects (#120)

* Dev: add simple C binding for iOS and Android projects

* System: add ci script
This commit is contained in:
Andriy Druk
2021-11-04 09:52:38 +02:00
committed by GitHub
parent 7eea1a6178
commit 6d2d7fbf50
24 changed files with 405 additions and 114 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Chat Lib Tests
on: [push]
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Test
run: cd packages/chat;
cmake . -Bbuild;
cd build;
cmake --build .;
ctest --verbose