Back to Amphtml

AMPHTML Validator

validator/cpp/engine/README.md

latest618 B
Original Source

AMPHTML Validator

A C++ AMPHTML Validator for the AMPHTML format.

Maintainers

The AMPHTML Validator is maintained by the AMP Working Group: Caching

Building and Testing with Bazel

This code requires C++17. When building with Bazel please use the flag --cxxopt='-std=c++17'.

For building, run: bazel build --cxxopt='-std=c++17' validator.

For testing, run: bazel test --cxxopt='-std=c++17' validator_test.