File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,7 @@ matrix:
2121 - brew link qt5 --force
2222 - env : OS=windows
2323 os : windows
24- before_install :
25- - dir C:/Program\ Files\ \(x86\)/Windows\ Kits/10/bin/10.0.17134.0/x64
26- - cmd.exe /C 'cd && "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x86 && cd && cd "C:/Users/travis/build/VirtualPhotonics/MieSimulatorGUI" && dir'
27- - curl -vLO http://download.qt.io/official_releases/online_installers/qt-unified-windows-x86-online.exe
28- - " ./qt-unified-windows-x86-online.exe --verbose --script qt-installer-windows.qs"
29- - ls -la C:/Qt/5.12.3/msvc2017/bin/qtenv2.bat
24+
3025
3126script :
3227
@@ -42,12 +37,12 @@ script:
4237
4338 - if [ "$OS" = "osx" ]; then
4439 qmake -config release -spec macx-xcode src/MieSimulatorGUI.pro;
40+ xcodebuild -configuration Release
4541 xcodebuild -list -project MieSimulatorGUI_continuous.xcodeproj;
4642 xcodebuild -scheme MieSimulatorGUI_continuous build;
4743 fi
4844
49- - if [ "$OS" = "windows" ]; then
50- cmd.exe /C 'cd && "C:\Qt\5.12.3\msvc2017\bin\qtenv2.bat" && cd && "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x86 && cd "C:\Users\travis\build\VirtualPhotonics\MieSimulatorGUI" && cd && qmake MieSimulatorGUI.pro && nmake';
45+ - if [ "$OS" = "windows" ]; then
5146 fi
5247
5348after_success :
You can’t perform that action at this time.
0 commit comments