Skip to content

Commit 7934a3d

Browse files
committed
Update .travis.yml
1 parent b3b8d9c commit 7934a3d

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.travis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4845
after_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+

0 commit comments

Comments
 (0)