UNPKG

setup-cpp

Version:

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

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