mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-17 12:25:08 +00:00
yaml-cpp: update submodule and build integration
This commit is contained in:
parent
4db0cf005b
commit
14dc1fead6
15 changed files with 26 additions and 22 deletions
|
|
@ -55,7 +55,7 @@ install:
|
|||
fi;
|
||||
|
||||
before_script:
|
||||
- git submodule update --init asmjit 3rdparty/ffmpeg 3rdparty/pugixml 3rdparty/GSL 3rdparty/libpng Utilities/yaml-cpp 3rdparty/cereal 3rdparty/hidapi 3rdparty/Optional 3rdparty/xxHash Vulkan/glslang
|
||||
- git submodule update --init asmjit 3rdparty/ffmpeg 3rdparty/pugixml 3rdparty/GSL 3rdparty/libpng 3rdparty/cereal 3rdparty/hidapi 3rdparty/Optional 3rdparty/xxHash 3rdparty/yaml-cpp Vulkan/glslang
|
||||
- mkdir build ; cd build
|
||||
- if [ "$TRAVIS_PULL_REQUEST" = false ]; then
|
||||
export CXXFLAGS="$CXXFLAGS -DBRANCH=$TRAVIS_REPO_SLUG/$TRAVIS_BRANCH";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue