File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,16 +37,19 @@ script:
3737
3838 - if [ "$OS" = "osx" ]; then
3939 qmake -config release -spec macx-xcode src/MieSimulatorGUI.pro;
40- xcodebuild -configuration Release
41- xcodebuild -list -project MieSimulatorGUI_continuous.xcodeproj;
40+ xcodebuild -configuration Release -list -project MieSimulatorGUI_continuous.xcodeproj;
4241 xcodebuild -scheme MieSimulatorGUI_continuous build;
4342 fi
4443
45- - if [ "$OS" = "windows" ]; then
46- fi
4744
4845after_success :
4946 - if [ "$OS" = "linux" ]; then
5047 wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh;
5148 bash upload.sh MieSimulatorGUI*.AppImage*;
52- fi
49+ fi
50+
51+ - if [ "$OS" = "osx" ]; then
52+ wget -c https://github.com/VirtualPhotonics/MieSimulatorGUI/releases/tag/continuous/upload.sh;
53+ bash upload.sh MieSimulatorGUI*.app*;
54+ fi
55+
You can’t perform that action at this time.
0 commit comments