language: cpp | |
dist: bionic | |
matrix: | |
include: | |
- name: "Linux / gcc / x86_64, i686" | |
os: linux | |
compiler: gcc | |
before_script: | |
- ./ci/show-cpu-info | |
- "curl -H 'Metadata-Flavor: Google' http://metadata.google.internal/computeMetadata/v1/instance/cpu-platform; echo" | |
- "curl -H 'Metadata-Flavor: Google' http://metadata.google.internal/computeMetadata/v1/instance/machine-type; echo" | |
script: | |
- ./ci/vm/run |