mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-29 08:34:40 +08:00
Travis: Run tests via wine
This commit is contained in:
committed by
Wenzel Jakob
parent
860f9dda96
commit
3ce017b270
+6
-3
@@ -21,12 +21,14 @@ matrix:
|
||||
script:
|
||||
- cmake -DCMAKE_INSTALL_PREFIX=~/.local .
|
||||
- make install -j2
|
||||
- ctest -j2 --output-on-failure --timeout 500 -E parallel_for
|
||||
- ctest -j2 --output-on-failure --timeout 500
|
||||
- os: linux
|
||||
compiler: x86_64-w64-mingw32-g++
|
||||
script:
|
||||
- cmake -DCMAKE_TOOLCHAIN_FILE=build/mingw_cross_toolchain.cmake .
|
||||
- make -j2
|
||||
- cmake -DCMAKE_TOOLCHAIN_FILE=build/mingw_cross_toolchain.cmake -DCMAKE_INSTALL_PREFIX=~/.local -DCMAKE_CROSSCOMPILING_EMULATOR=/usr/bin/wine-development .
|
||||
- make install -j2
|
||||
- cp -v /usr/lib/gcc/x86_64-w64-mingw32/5.3-posix/*.dll /usr/x86_64-w64-mingw32/lib/*.dll .
|
||||
- ctest -j2 --output-on-failure --timeout 500
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
@@ -35,3 +37,4 @@ matrix:
|
||||
- binutils-mingw-w64-x86-64
|
||||
- cmake
|
||||
- make
|
||||
- wine-development
|
||||
|
||||
Reference in New Issue
Block a user