Skip to content
Snippets Groups Projects
Commit 66a8c5b3 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Disable tests on win

parent f5f6cc4a
No related branches found
No related tags found
No related merge requests found
Pipeline #296 passed
......@@ -49,7 +49,7 @@ pushd "$EPOXY_SOURCE_DIR"
load_vsvars
meson "_build_debug" --prefix="$(cygpath -w ${stage})" --libdir="$(cygpath -w ${stage})/lib/debug" --bindir="$(cygpath -w ${stage})/lib/debug" \
--buildtype debug
--buildtype debug -Dtests=false
pushd "_build_debug"
ninja
......@@ -57,7 +57,7 @@ pushd "$EPOXY_SOURCE_DIR"
popd
meson "_build_release" --prefix="$(cygpath -w ${stage})" --libdir="$(cygpath -w ${stage})/lib/release" --bindir="$(cygpath -w ${stage})/lib/release" \
--buildtype debugoptimized
--buildtype debugoptimized -Dtests=false
pushd "_build_release"
ninja
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment