Sign in
fuchsia
/
third_party
/
bloaty
/
refs/heads/fuchsia
/
.
/
.travis.yml
blob: be51f42f789dc2d197e8980eed11adaf75724e43 [
file
] [
log
] [
blame
]
language:
cpp
dist:
bionic
osx_image:
xcode11
compiler:
-
clang
-
gcc
os:
-
linux
-
osx
script:
mkdir build
&&
cd build
&&
cmake
-
DCMAKE_BUILD_TYPE=Debug ..
&&
make
-
j4
&&
make test