Skip to content

Instantly share code, notes, and snippets.

@ReDetection
Created October 16, 2015 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ReDetection/ba9575d760f91b41f222 to your computer and use it in GitHub Desktop.
Save ReDetection/ba9575d760f91b41f222 to your computer and use it in GitHub Desktop.
GitLab CI .gitlab-ci.yml template
stages:
- test
build_code:
stage: test
script:
- xcodebuild test -workspace MyProject.xcworkspace -scheme MyProjectTests | xcpretty -c && exit ${PIPESTATUS[0]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment