Sha256: f654c5b848396b7d40f1eb38b1c3b2a2148f3b692af80cb39c09bb23b046d0de
Contents?: true
Size: 689 Bytes
Versions: 2
Compression:
Stored size: 689 Bytes
Contents
os: osx osx_image: xcode10.1 language: swift branches: only: - master env: global: - LANG=en_US.UTF-8 - LC_ALL=en_US.UTF-8 - DESTINATION="OS=12.1,name=iPhone XS" - SCHEME="TEMPLATE" - WORKSPACE="TEMPLATE.xcworkspace" skip_cleanup: true jobs: include: - stage: podspec script: - pod spec lint - stage: Build script: - set -o pipefail && xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=NO | xcpretty - stage: Tests script: - set -o pipefail && xcodebuild test -enableCodeCoverage YES -workspace "$WORKSPACE" -scheme "$SCHEME" -destination "$DESTINATION" ONLY_ACTIVE_ARCH=NO | xcpretty
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
swift_lib_templater-1.0.1 | lib/templates/framework/.travis.yml |
swift_lib_templater-1.0.0 | lib/templates/framework/.travis.yml |