UNPKG

setup-cpp

Version:

Install all the tools required for building and testing C++/C projects.

12 lines (10 loc) 276 B
schemaVersion: 2.0.0 commandTests: - name: clang command: bash args: ["-l", "-c", "clang --version"] expectedOutput: [".*clang version.*"] - name: clang++ command: bash args: ["-l", "-c", "clang++ --version"] expectedOutput: [".*clang version.*"]