Revision 15165d39ab047f5d7c6b52a45ee0e95b5709d492 authored by Tom Hadlaw on 08 May 2023, 23:12:16 UTC, committed by Tom Hadlaw on 08 May 2023, 23:12:16 UTC
Signed-off-by: Tom Hadlaw <tom.hadlaw@isovalent.com>
1 parent 93cd67f
Raw File
build.sh
#!/bin/bash

set -o errexit

export CFLAGS="-Werror"

make -j 2 --quiet
make integration-tests --quiet

exit 0
back to top