Skip to content

Commit

Permalink
Fix Demo for Xcode 10 & 10.1
Browse files Browse the repository at this point in the history
Remade Demo project, rename it to OversimplifiedDemo, restore and fix kludge with print("")
  • Loading branch information
artyom-razinov committed May 29, 2019
1 parent 200ba62 commit 6e6181b
Show file tree
Hide file tree
Showing 1,071 changed files with 22,650 additions and 15,611 deletions.
28 changes: 14 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@ sudo: false
osx_image: xcode10.1
matrix:
include:
- name: "Logic Tests / iPhone 7 / iOS 11.4 / Xcode 10.1 / macOS 10.13"
osx_image: "xcode10.1"
env: MIXBOX_CI_DESTINATION="iphone_7_ios114.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/logic_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "Logic Tests / iPhone X / iOS 12.1 / Xcode 10.1 / macOS 10.13"
osx_image: "xcode10.1"
env: MIXBOX_CI_DESTINATION="iphone_x_ios121.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/logic_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "Logic Tests / iPhone 6 / iOS 9.3 / Xcode 10.1 / macOS 10.13"
osx_image: "xcode10.1"
env: MIXBOX_CI_DESTINATION="iphone_6_plus_ios93.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/logic_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "Demo / iPhone 7 / iOS 11.4 / Xcode 10.0 / macOS 10.13"
- name: "OversimplifiedDemo / iPhone 7 / iOS 11.4 / Xcode 10.0 / macOS 10.13"
osx_image: "xcode10"
env: MIXBOX_CI_DESTINATION="iphone_7_ios114.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/demo_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "Demo / iPhone 7 / iOS 11.4 / Xcode 10.1 / macOS 10.13"
- name: "OversimplifiedDemo / iPhone 7 / iOS 11.4 / Xcode 10.1 / macOS 10.13"
osx_image: "xcode10.1"
env: MIXBOX_CI_DESTINATION="iphone_7_ios114.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/demo_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "Demo / iPhone 7 / iOS 11.4 / Xcode 10.2.1 / macOS 10.14"
- name: "OversimplifiedDemo / iPhone X / iOS 12.1 / Xcode 10.2.1 / macOS 10.14"
osx_image: "xcode10.2"
env: MIXBOX_CI_DESTINATION="iphone_7_ios114.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/demo_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "IPC Demo / Xcode 10.1 / macOS 10.13"
env: MIXBOX_CI_DESTINATION="iphone_x_ios121.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/demo_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "Logic Tests / iPhone 6 / iOS 9.3 / Xcode 10.0 / macOS 10.13"
osx_image: "xcode10"
env: MIXBOX_CI_DESTINATION="iphone_6_plus_ios93.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/logic_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "Logic Tests / iPhone 7 / iOS 11.4 / Xcode 10.1 / macOS 10.13"
osx_image: "xcode10.1"
env: MIXBOX_CI_DESTINATION="iphone_7_ios114.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/logic_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "Logic Tests / iPhone X / iOS 12.1 / Xcode 10.2.1 / macOS 10.14"
osx_image: "xcode10.2"
env: MIXBOX_CI_DESTINATION="iphone_x_ios121.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/logic_tests" MIXBOX_CI_REPORTS_PATH="."
- name: "IPC Demo / Xcode 10.2.1 / macOS 10.14"
osx_image: "xcode10.2"
env: MIXBOX_CI_DESTINATION="iphone_7_ios114.json" MIXBOX_CI_TRAVIS_BUILD="ci/builds/ipc_demo_tests" MIXBOX_CI_REPORTS_PATH="."
script:
ci/travis/run_build_with_travis
Loading

0 comments on commit 6e6181b

Please sign in to comment.