6 Commits
Author SHA1 Message Date
tomer doron d3e88bf9cd add docker setup for 5.4 and head/main (#189) 2021-02-27 12:57:06 -08:00
Fabian Fett bfdeb75e32 Use welcoming language (#184) 2021-01-21 21:05:43 -08:00
tomer doronandYim Lee d956b89dbc improve debugging example (#84)
motivation: clearer examples as we prepare to open source

changes:
* rename debugging example to make the name more accurate
* add more information in the local debugging example
* add a Shared module to show how to share code between client and server
* make example more useful - use JSON for registration like flow
* add docker-compose task to test examples

Co-authored-by: Yim Lee <yim_lee@apple.com>
2020-05-21 09:07:38 -07:00
tomer doron 88f3b504f4 swift 5.2 (#37)
motivation: amazon linux support will land in 5.2

changes:
* remove inline as its default in 5.2
* remove linux test and lean on --enable-test-discovery
* adjust package syntax
* format code to match 5.2
2020-03-13 12:54:12 -07:00
tomer doron e0b34c4e2f test with tsan (#30)
motivation: better testing, safer code

changes: run 5.1 tests with tsan on
2020-03-09 23:33:05 -07:00
tomer doron b8a6466577 add docker support (#15)
motivation: enable CI

changes: add docker files support for ubuntu 16.04 and 18.04 and swift 5.0 and 5.1

note that eventyally this will need to move to AL2 docker images, but we dont have official ones yet
2020-03-06 18:43:16 -08:00