Files
Amaro/.travis.yml
Tim Clem 7ae1bb977f xcconfigs now embedded. Xcode 7 now required.
Switched to embedded xcconfigs, with a script to update them.
Xcode 7 suggested fixes. Xcode 7 now required.
More versatile activity indicator in tiramisu.
Remove git submodule stuff from tiramisu.
2015-09-15 17:43:48 -04:00

14 lines
876 B
YAML

language: objective-c
osx_image: xcode7
env:
global:
- LANG=en_US.UTF-8
script:
- xctool -workspace CrushBootstrap.xcworkspace -scheme CrushBootstrap-Staging -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone Retina (4-inch)' build test ARCHS=i386 VALID_ARCHS=i386 ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES GCC_PREPROCESSOR_DEFINITIONS='${inherited} CI=1'
# >>>bootstrap-only
- ./bootstrap-scripts/tiramisu-expect
- cd AmaroTest
- xctool -workspace AmaroTest.xcworkspace -scheme AmaroTest-Staging -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone Retina (4-inch)' build test ARCHS=i386 VALID_ARCHS=i386 ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES GCC_PREPROCESSOR_DEFINITIONS='${inherited} CI=1'
# <<<bootstrap-only