Skip to content

Commit

Permalink
travis: Enforce /usr/bin/python3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Jul 18, 2018
1 parent df98c1c commit 9780ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ script:
echo "set (CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)" >> Toolchain.cmake
echo "set (CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)" >> Toolchain.cmake
echo "set (CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)" >> Toolchain.cmake
- cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DCMAKE_TOOLCHAIN_FILE=Toolchain.cmake -DWINE_PROGRAM=$WINE_PROGRAM
- cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DCMAKE_TOOLCHAIN_FILE=Toolchain.cmake -DWINE_PROGRAM=$WINE_PROGRAM -DPYTHON_EXECUTABLE=/usr/bin/python3
- make -C build all
- $WINE_PROGRAM wineboot
- xvfb-run -a -s '-screen 0 1024x768x24' make -C build test
Expand Down

0 comments on commit 9780ec8

Please sign in to comment.