From ad915536a35b62b0eb52adf58c40b66f726d4058 Mon Sep 17 00:00:00 2001 From: Palakis Date: Sat, 15 Apr 2017 01:21:23 +0200 Subject: [PATCH] Travis: Removed debug ls command --- CI/before-script-osx.sh | 2 -- CI/install-dependencies-osx.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/CI/before-script-osx.sh b/CI/before-script-osx.sh index ddfe0f65..5d4efab9 100755 --- a/CI/before-script-osx.sh +++ b/CI/before-script-osx.sh @@ -3,8 +3,6 @@ set -ex mkdir build && cd build -ls -lh ../../obs-studio/build/UI/obs-frontend-api - cmake .. \ -DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \ -DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \ diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 2b6b2b9c..dc286297 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -10,8 +10,6 @@ brew install libav # qtwebsockets deps brew install qt5 -# obs-websocket deps - # Build obs-studio cd .. git clone --recursive https://github.com/jp9000/obs-studio