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
 * Various cleanups

Change-Id: I65486786db8777c7b9b79050d3346bd364823b64
1 file changed
tree: 5d75737f0d06d58630a3cb3da66570eb303431bf
  1. .jenkins.d/
  2. .waf-tools/
  3. docs/
  4. src/
  5. systemd/
  6. tests/
  7. tools/
  8. .gitignore
  9. .jenkins
  10. .mailmap
  11. .travis.yml
  12. AUTHORS.md
  13. COPYING.md
  14. ndns.conf.sample.in
  15. README.md
  16. validator.conf.sample.in
  17. waf
  18. wscript
README.md

NDNS: Domain Name Service for Named Data Networking

Language Build Status

NDNS is a completely distributed database system that largely mimics the structure of the DNS system in today's Internet but operates within the NDN architecture. Although the design of NDNS was primarily driven by the desire to provide support for cryptographic key distribution and routing scalability management, we believe that NDNS can also serve a number of other purposes during the development and deployment of the NDN architecture in coming years.

Installation

See docs/INSTALL.rst for build instructions.

Reporting bugs

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

Contributing

We greatly appreciate contributions to the NDNS code base, provided that they are licensed under the GPL 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

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