Commit 0f53092 1 parent 22b60d8 commit 0f53092 Copy full SHA for 0f53092
File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ matrix:
17
17
- compiler : gcc
18
18
env : CMAKE_CXX_COMPILER=/usr/bin/g++
19
19
os : linux
20
- - compiler : clang
21
- env : CMAKE_CXX_COMPILER=/usr/bin/clang++
22
- os : osx
23
20
24
21
before_install :
25
22
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
@@ -42,10 +39,10 @@ script:
42
39
cd openhantek ;
43
40
macdeployqt OpenHantek.app -always-overwrite -verbose=1 ;
44
41
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 ;
46
43
cd .. ;
47
44
else
48
- ls -l packages ;
45
+ # ls -l packages ;
49
46
true;
50
47
fi
51
48
- ls -l openhantek || true
You can’t perform that action at this time.
0 commit comments