cose-wg / COSE-C

Implementation of COSE in C++; Provides a C interface; Crypto by openssl or mbedtls
BSD 3-Clause "New" or "Revised" License
30 stars 22 forks source link

Upgrade travis to bionic #83

Open jimsch opened 4 years ago

jimsch commented 4 years ago

Moving to bionic I think fixes the openssl 1.1 upgrade issue

gocarlos commented 4 years ago

I'd suggest to move to github actions, we have then one place for ubuntu, windows and mac -> simplify the workflow...

https://github.com/cose-wg/COSE-C/pull/84 adds already support for github actions, in this MR only clang-tidy, though can be extended in a next iteration

jimsch commented 4 years ago

I have no issues with that. When I set things up originally there was not much multi-platform support. Travis did not do windows and app support was iffy.