2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-29 13:27:59 +00:00

appveyor: Print out config.log on configuration failure.

We need to know exact linking / compilation errors in order
to fix issues.  We could have uploaded it as an artifact,
but it seems easier to just print it out for now.

Acked-by: Simon Horman <horms@ovn.org>
Acked-by: Alin-Gabriel Serdean <aserdean@ovn.org>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Ilya Maximets 2024-03-01 22:10:37 +01:00
parent 436aba68d5
commit d439c20179

View File

@ -9,7 +9,7 @@ CONFIGURATION=$1
--prefix=C:/openvswitch/usr --localstatedir=C:/openvswitch/var \
--sysconfdir=C:/openvswitch/etc --with-pthread=c:/PTHREADS-BUILT/ \
--enable-ssl --with-openssl=C:/OpenSSL-Win64 \
--with-vstudiotarget="${CONFIGURATION}"
--with-vstudiotarget="${CONFIGURATION}" || (cat config.log && exit 1)
make -j4
make datapath_windows_analyze