ci: update Travis configuration

 * Add testing on arm64, ppc64le, and s390x with select compiler versions
 * Drop all versions of gcc < 7 and clang < 5
 * Add clang 11 (development branch)
 * Reenable ASan on Linux with clang 7, the upstream bug has been fixed
 * Drop Xcode 9.2 (macOS 10.12 is no longer supported)
 * Upgrade Xcode 11 to 11.3

Change-Id: I00144503d83583363538a1047042ed3e06e4afde
1 file changed
tree: 0b5620da52344d8354c3cccc37727ea7f0cb0516
  1. .jenkins.d/
  2. .waf-tools/
  3. docs/
  4. examples/
  5. src/
  6. tests/
  7. tools/
  8. .gitignore
  9. .jenkins
  10. .mailmap
  11. .travis.yml
  12. AUTHORS.md
  13. COPYING.md
  14. libndn-nac.pc.in
  15. README.md
  16. waf
  17. wscript
README.md

NAC: Named-Based Access Control Library for NDN

Language Build Status

Reporting bugs

Please submit any bug reports or feature requests to the NAC issue tracker.

Contributing

We greatly appreciate contributions to the NAC code base, provided that they are licensed under the LGPL 3.0+ or a compatible license (see below). If you are new to the NDN software community, please read the Contributor's Guide to get started.

License

NAC is an open source project licensed under the LGPL version 3. See COPYING.md for more information.