diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2018-07-24 13:33:41 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2018-07-24 14:28:29 -0700 |
commit | f149951f0f6b7babbaad02184027597c7d047144 (patch) | |
tree | b4df3fabf0786f8eab57a59b228acfa50826e514 /platform/qt | |
parent | f6659c729f29fe65789ee08d50d438cf05623f6f (diff) | |
download | qtlocation-mapboxgl-f149951f0f6b7babbaad02184027597c7d047144.tar.gz |
[build] Remove obsolete bitrise.yml files
Diffstat (limited to 'platform/qt')
-rw-r--r-- | platform/qt/bitrise-qt4.yml | 15 | ||||
-rw-r--r-- | platform/qt/bitrise-qt5.yml | 15 |
2 files changed, 0 insertions, 30 deletions
diff --git a/platform/qt/bitrise-qt4.yml b/platform/qt/bitrise-qt4.yml deleted file mode 100644 index 4a013ea8b0..0000000000 --- a/platform/qt/bitrise-qt4.yml +++ /dev/null @@ -1,15 +0,0 @@ -format_version: 1.1.0 -default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git - -trigger_map: -- pattern: "*" - is_pull_request_allowed: true - workflow: primary - -workflows: - primary: - steps: - - script: - title: Skip Workflow - inputs: - - content: echo "This workflow is obsolete — see CircleCi." diff --git a/platform/qt/bitrise-qt5.yml b/platform/qt/bitrise-qt5.yml deleted file mode 100644 index 4a013ea8b0..0000000000 --- a/platform/qt/bitrise-qt5.yml +++ /dev/null @@ -1,15 +0,0 @@ -format_version: 1.1.0 -default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git - -trigger_map: -- pattern: "*" - is_pull_request_allowed: true - workflow: primary - -workflows: - primary: - steps: - - script: - title: Skip Workflow - inputs: - - content: echo "This workflow is obsolete — see CircleCi." |