CMake: Output binaries to bin/

This commit is contained in:
spycrab 2018-01-15 10:42:40 +01:00
parent bf1084ff6e
commit 8a440faa69
3 changed files with 7 additions and 4 deletions

View file

@ -8,7 +8,7 @@ COMPRESSION_FLAGS="-cJvf"
mkdir "$REV_NAME"
cp build/src/yuzu_cmd/yuzu-cmd "$REV_NAME"
cp build/src/yuzu/yuzu "$REV_NAME"
cp build/bin/yuzu-cmd "$REV_NAME"
cp build/bin/yuzu "$REV_NAME"
. .travis/common/post-upload.sh