Commit be3ae322 authored by Konstantin Pavlov's avatar Konstantin Pavlov

CI: Disable examples for cross builds.

parent 8d4c8b38
...@@ -39,7 +39,7 @@ build-win64: ...@@ -39,7 +39,7 @@ build-win64:
- autoreconf -fisv - autoreconf -fisv
- mkdir build - mkdir build
- cd build - cd build
- ../configure --host=x86_64-w64-mingw32 - ../configure --host=x86_64-w64-mingw32 --disable-examples
- make -j $(getconf _NPROCESSORS_ONLN) - make -j $(getconf _NPROCESSORS_ONLN)
build-win32: build-win32:
...@@ -53,5 +53,5 @@ build-win32: ...@@ -53,5 +53,5 @@ build-win32:
- autoreconf -fisv - autoreconf -fisv
- mkdir build - mkdir build
- cd build - cd build
- ../configure --host=i686-w64-mingw32 - ../configure --host=i686-w64-mingw32 --disable-examples
- make -j $(getconf _NPROCESSORS_ONLN) - make -j $(getconf _NPROCESSORS_ONLN)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment