mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
parent
392d91b604
commit
ea2970d6e5
2 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,7 @@ before_install:
|
||||||
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
sudo add-apt-repository ppa:beineri/opt-qt59-trusty -y;
|
sudo add-apt-repository ppa:beineri/opt-qt59-trusty -y;
|
||||||
sudo apt-get update;
|
sudo apt-get update;
|
||||||
sudo apt-get install qt59base -y;
|
sudo apt-get install qt59base -y --allow-unauthenticated;
|
||||||
fi;
|
fi;
|
||||||
# Add coverall for C++ so coverall.io could be triggered. Even it should be --coverage and gcov.
|
# Add coverall for C++ so coverall.io could be triggered. Even it should be --coverage and gcov.
|
||||||
# Install updated libglew-dev since the version provided by trusty is outdated
|
# Install updated libglew-dev since the version provided by trusty is outdated
|
||||||
|
|
|
@ -40,6 +40,7 @@ option(VULKAN_PREBUILT "" OFF)
|
||||||
# TODO: do real installation, including copying directory structure
|
# TODO: do real installation, including copying directory structure
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE "${PROJECT_BINARY_DIR}/bin")
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE "${PROJECT_BINARY_DIR}/bin")
|
||||||
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG "${PROJECT_BINARY_DIR}/bin")
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG "${PROJECT_BINARY_DIR}/bin")
|
||||||
|
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO "${PROJECT_BINARY_DIR}/bin")
|
||||||
|
|
||||||
add_subdirectory( Vulkan )
|
add_subdirectory( Vulkan )
|
||||||
add_subdirectory( rpcs3 )
|
add_subdirectory( rpcs3 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue