Add hidapi submodule, build updates / readme

This commit is contained in:
Jake
2017-04-28 19:57:12 -05:00
committed by Ivan
parent bef67c8a2d
commit 6d7419be0e
7 changed files with 25 additions and 5 deletions
+2 -1
View File
@@ -51,7 +51,7 @@ before_install:
fi;
before_script:
- git submodule update --init rsx_program_decompiler asmjit 3rdparty/ffmpeg 3rdparty/pugixml 3rdparty/GSL 3rdparty/libpng Utilities/yaml-cpp 3rdparty/cereal
- git submodule update --init rsx_program_decompiler asmjit 3rdparty/ffmpeg 3rdparty/pugixml 3rdparty/GSL 3rdparty/libpng Utilities/yaml-cpp 3rdparty/cereal 3rdparty/hidapi
- mkdir build
- cd build
- cmake ..
@@ -84,6 +84,7 @@ addons:
- lib32stdc++6
- zlib1g-dev
- libwxgtk3.0-dev
- libudev-dev
coverity_scan:
project:
name: $TRAVIS_REPO_SLUG