Skip to content

Commit 0f53092

Browse files
committed
No MacOS build until travis is fixed
Signed-off-by: Martin <Ho-Ro@users.noreply.github.com>
1 parent 22b60d8 commit 0f53092

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.travis.yml .travis_inactive.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ matrix:
1717
- compiler: gcc
1818
env: CMAKE_CXX_COMPILER=/usr/bin/g++
1919
os: linux
20-
- compiler: clang
21-
env: CMAKE_CXX_COMPILER=/usr/bin/clang++
22-
os: osx
2320

2421
before_install:
2522
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
@@ -42,10 +39,10 @@ script:
4239
cd openhantek ;
4340
macdeployqt OpenHantek.app -always-overwrite -verbose=1 ;
4441
python ../../utils/macdeployqtfix/macdeployqtfix.py OpenHantek.app/Contents/MacOS/OpenHantek ${CMAKE_PREFIX_PATH} ;
45-
create-dmg --volname OpenHantek --volicon ../../openhantek/res/images/openhantek.icns --window-pos 200 120 --window-size 800 400 --icon-size 100 --icon "OpenHantek.app" 200 190 --hide-extension "OpenHantek.app" --app-drop-link 600 185 --eula ../../LICENSE OpenHantek.dmg OpenHantek.app ;
42+
create-dmg --volname OpenHantek --volicon ../../openhantek/res/images/openhantek.icns --window-pos 200 120 --window-size 800 400 --icon-size 100 --icon "OpenHantek.app" 200 190 --skip-jenkins --hide-extension "OpenHantek.app" --app-drop-link 600 185 --eula ../../LICENSE OpenHantek.dmg OpenHantek.app ;
4643
cd .. ;
4744
else
48-
ls -l packages ;
45+
# ls -l packages ;
4946
true;
5047
fi
5148
- ls -l openhantek || true

0 commit comments

Comments
 (0)