Skip to content

Commit

Permalink
Travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekotekina committed Apr 12, 2017
1 parent 3ce7947 commit af8d7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -94,7 +94,7 @@ addons:

after_success:
- if [ "$COVERITY_SCAN_BRANCH" != 1 ] && [ "$TRAVIS_OS_NAME" = linux ]; then coveralls --extension .c --extension .cpp --extension .h; fi
- if [ "$TRAVIS_BRANCH" = "master" ]; then zip -r9 rpcs3.zip bin; curl ${UPLOAD_URL}${TRAVIS_COMMIT:0:7}-${TRAVIS_BUILD_NUMBER}-${CC} --upload-file rpcs3.zip; fi
- if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = false ]; then zip -r9 rpcs3.zip bin; curl ${UPLOAD_URL}${TRAVIS_COMMIT:0:7}-${TRAVIS_BUILD_NUMBER}-${CC} --upload-file rpcs3.zip; fi

deploy:
provider: releases
Expand Down
1 change: 1 addition & 0 deletions rpcs3/CMakeLists.txt
Expand Up @@ -72,6 +72,7 @@ if(NOT WIN32)
add_definitions(-DGLX_GLXEXT_PROTOTYPES)
endif()

set(wxWidgets_USE_STATIC ON)
find_package(wxWidgets COMPONENTS core base net aui gl xml REQUIRED)
if(NOT MSVC)
if(APPLE)
Expand Down

0 comments on commit af8d7b9

Please sign in to comment.