summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-18 15:25:42 -0700
committerJustyna Janczyszyn <4153982+jjanczyszyn@users.noreply.github.com>2018-07-24 14:43:24 +0200
commita60c6cd5ae974480327ea4170751931ee3eab736 (patch)
treed7df10d13947fc1dc0d1bb6c6f5df1879cef5c4c
parentcc531fe036fec9cf7214a5df39f8ae178f006bd2 (diff)
downloadqtlocation-mapboxgl-a60c6cd5ae974480327ea4170751931ee3eab736.tar.gz
Remove failing builds that aren't relevant to this branch
-rw-r--r--appveyor.yml56
-rw-r--r--circle.yml5
2 files changed, 0 insertions, 61 deletions
diff --git a/appveyor.yml b/appveyor.yml
deleted file mode 100644
index d31160261f..0000000000
--- a/appveyor.yml
+++ /dev/null
@@ -1,56 +0,0 @@
-os: Visual Studio 2015
-platform: x64
-
-environment:
- matrix:
- - configuration: Release
-
-shallow_clone: true
-
-cache:
- - '%APPVEYOR_BUILD_FOLDER%\mason_packages'
- - '%APPVEYOR_BUILD_FOLDER%\LLVM-5.0.1-win64.exe'
- - '%APPVEYOR_BUILD_FOLDER%\cmake-3.10.1-win64-x64.zip'
-
-install:
- - ps: |
- if (!(Test-Path LLVM-5.0.1-win64.exe)) {
- appveyor DownloadFile https://releases.llvm.org/5.0.1/LLVM-5.0.1-win64.exe
- }
- scripts\check-sha256.ps1 LLVM-5.0.1-win64.exe 981543611D719624ACB29A2CFFD6A479CFF36E8AB5EE8A57D8ECA4F9C4C6956F
- Start-Process -FilePath 'LLVM-5.0.1-win64.exe' -ArgumentList '/S','/D=C:\LLVM-5.0.1' -Wait
- - ps: |
- if (!(Test-Path cmake-3.10.1-win64-x64.zip)) {
- appveyor DownloadFile https://cmake.org/files/v3.10/cmake-3.10.1-win64-x64.zip
- }
- scripts\check-sha256.ps1 cmake-3.10.1-win64-x64.zip 8251F70C85B58F3CA1F24E4A3B0637E2D609B5E4A341D00B70E02E89244D5029
- Start-Process -FilePath '7z' -ArgumentList 'x','cmake-3.10.1-win64-x64.zip','-oC:\' -Wait
-
-before_build:
- - set PATH=C:\LLVM-5.0.1\bin;%PATH%
- - set PATH=C:\cmake-3.10.1-win64-x64\bin;%PATH%
- - set CC=clang-cl
- - set CXX=clang-cl
- - mkdir %APPVEYOR_BUILD_FOLDER%\build
- - cd %APPVEYOR_BUILD_FOLDER%\build
-
-build_script:
- - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
- - cmake -G "Ninja" -DMBGL_PLATFORM=qt -DWITH_QT_DECODERS=ON -DWITH_QT_I18N=ON -DWITH_NODEJS=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=C:\Qt\5.7\msvc2015_64\lib\cmake -DCMAKE_MAKE_PROGRAM="%APPVEYOR_BUILD_FOLDER%\platform\qt\ninja.exe" ..
- - cmake --build . -- -j %NUMBER_OF_PROCESSORS%
-
-after_build:
- - mkdir qmapboxgl
- - mkdir qmapboxgl\lib
- - mkdir qmapboxgl\include
- - copy qmapboxgl.dll qmapboxgl\lib
- - copy qmapboxgl.exp qmapboxgl\lib
- - copy qmapboxgl.lib qmapboxgl\lib
- - copy %APPVEYOR_BUILD_FOLDER%\platform\qt\include\* qmapboxgl\include
- - 7z a qmapboxgl-%APPVEYOR_REPO_COMMIT%.zip qmapboxgl
-
-artifacts:
- - path: build\qmapboxgl-%APPVEYOR_REPO_COMMIT%.zip
- name: QMapboxGL
-
-test: off
diff --git a/circle.yml b/circle.yml
index 8c0505badc..9eda57bb55 100644
--- a/circle.yml
+++ b/circle.yml
@@ -31,17 +31,12 @@ workflows:
- linux-gcc5-debug-coverage
- linux-gcc5-release-qt4
- linux-gcc5-release-qt5
- - ios-debug
- - ios-sanitize
- - ios-sanitize-address
- - ios-static-analyzer
- ios-release:
filters:
tags:
only: /ios-.*/
branches:
ignore: /.*/
- - macos-debug
- macos-debug-qt5
- macos-release-node4:
filters: