Gitiles
Code Review
Sign In
gerrit.named-data.net
/
ChronoChat
/
3d85090003bd3918b0c0263636847c8840e4cfe1
/
.
/
.jenkins.d
/
20-build.sh
blob: 41748005640b70582bc048de082e5cf3b94897ac [
file
] [
log
] [
blame
]
#!/usr/bin/env bash
set
-
x
set
-
e
# Cleanup
sudo
./
waf
--
color
=
yes distclean
# Configure/build in optimized mode with tests
./
waf
--
color
=
yes configure
--
debug
--
with
-
tests
./
waf
--
color
=
yes build