5 image: freebsd-12-0-release-amd64
6 image: freebsd-11-2-release-amd64
16 - pkg install -y automake libtool gmake gcc wget
17 python py27-six py27-sphinx
21 - ./configure CC=$COMPILER MAKE=gmake OVS_CFLAGS='-Wall' --enable-Werror
22 || { cat config.log; exit 1; }
27 # TODO(i.maximets): Uncomment the test suite execution when it is fixed.
29 # - gmake -j8 check TESTSUITEFLAGS=-j8 RECHECK=yes
30 # || { cat ./tests/testsuite.log; exit 1; }