File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ before_install:
46
46
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
47
47
sudo add-apt-repository ppa:beineri/opt-qt59-trusty -y;
48
48
sudo apt-get update;
49
- sudo apt-get install qt59base -y;
49
+ sudo apt-get install qt59base -y --allow-unauthenticated ;
50
50
fi;
51
51
# Add coverall for C++ so coverall.io could be triggered. Even it should be --coverage and gcov.
52
52
# Install updated libglew-dev since the version provided by trusty is outdated
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ option(VULKAN_PREBUILT "" OFF)
40
40
# TODO: do real installation, including copying directory structure
41
41
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE "${PROJECT_BINARY_DIR} /bin" )
42
42
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG "${PROJECT_BINARY_DIR} /bin" )
43
+ set (CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELWITHDEBINFO "${PROJECT_BINARY_DIR} /bin" )
43
44
44
45
add_subdirectory ( Vulkan )
45
46
add_subdirectory ( rpcs3 )
You can’t perform that action at this time.
0 commit comments