GbArc/test4:.travis.yml@68a6761
jobs:
  include:
    - os: windows
      language: c
      arch: amd64
      vm:
        size: medium
      before_install:
        - cmake --version
        - git --version
        - git --help
        - systeminfo
        - wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: windows
      language: c
      arch: amd64
      vm:
        size: large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - systeminfo
        - wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: windows
      language: c
      arch: amd64
      vm:
        size: x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - systeminfo
        - wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: windows
      language: c
      arch: amd64
      vm:
        size: 2x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - systeminfo
        - wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: osx
      language: c
      arch: amd64
      vm:
        size: medium
      before_install:
        - cmake --version
        - git --version
        - git --help
        - hg --version
        - svn --version
        - clang --version
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: osx
      language: c
      arch: amd64
      vm:
        size: large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - hg --version
        - svn --version
        - clang --version
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: osx
      language: c
      arch: amd64
      vm:
        size: x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - hg --version
        - svn --version
        - clang --version
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: osx
      language: c
      arch: amd64
      vm:
        size: 2x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - hg --version
        - svn --version
        - clang --version
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: freebsd
      language: c
      arch: amd64
      vm:
        size: medium
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - dmesg
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: freebsd
      language: c
      arch: amd64
      vm:
        size: large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - dmesg
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: freebsd
      language: c
      arch: amd64
      vm:
        size: x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - dmesg
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: freebsd
      language: c
      arch: amd64
      vm:
        size: 2x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - dmesg
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: focal
      vm:
        size: medium
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: focal
      vm:
        size: large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: focal
      vm:
        size: x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: focal
      vm:
        size: 2x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: xenial
      vm:
        size: medium
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: xenial
      vm:
        size: large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: xenial
      vm:
        size: x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: xenial
      vm:
        size: 2x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: bionic
      vm:
        size: medium
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: bionic
      vm:
        size: large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: bionic
      vm:
        size: x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
    - os: linux
      language: c
      arch: amd64
      dist: bionic
      vm:
        size: 2x-large
      before_install:
        - cmake --version
        - git --version
        - git --help
        - uname -a
        - lscpu
        - free -h
        - lshw -short
      script:
        - clang -coverage -O0 hello_world.c -o hello_world
        - ./hello_world
Build Config
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "jobs": {
    "include": [
      {
        "vm": {
          "size": "medium"
        },
        "os": "windows",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "systeminfo",
          "wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "large"
        },
        "os": "windows",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "systeminfo",
          "wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "x-large"
        },
        "os": "windows",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "systeminfo",
          "wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "2x-large"
        },
        "os": "windows",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "systeminfo",
          "wmic cpu get caption, deviceid, name, numberofcores, maxclockspeed, status"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "medium"
        },
        "os": "osx",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "hg --version",
          "svn --version",
          "clang --version",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "large"
        },
        "os": "osx",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "hg --version",
          "svn --version",
          "clang --version",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "x-large"
        },
        "os": "osx",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "hg --version",
          "svn --version",
          "clang --version",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "2x-large"
        },
        "os": "osx",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "hg --version",
          "svn --version",
          "clang --version",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "medium"
        },
        "os": "freebsd",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "dmesg"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "large"
        },
        "os": "freebsd",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "dmesg"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "x-large"
        },
        "os": "freebsd",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "dmesg"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "2x-large"
        },
        "os": "freebsd",
        "language": "c",
        "arch": "amd64",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "dmesg"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "medium"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "focal",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "focal",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "x-large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "focal",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "2x-large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "focal",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "medium"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "xenial",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "xenial",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "x-large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "xenial",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "2x-large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "xenial",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "medium"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "bionic",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "bionic",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "x-large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "bionic",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      },
      {
        "vm": {
          "size": "2x-large"
        },
        "os": "linux",
        "language": "c",
        "arch": "amd64",
        "dist": "bionic",
        "before_install": [
          "cmake --version",
          "git --version",
          "git --help",
          "uname -a",
          "lscpu",
          "free -h",
          "lshw -short"
        ],
        "script": [
          "clang -coverage -O0 hello_world.c -o hello_world",
          "./hello_world"
        ]
      }
    ]
  }
}