Skip to content

prophit987/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

hello-world

intro project lesson one dontia moore-owner-edited-name-describing changes cozy-desktop/KNOWN_ISSUES.md# iOS CircleCI 2.0 configuration file #curl -X POST https://circleci.com/api/v1.1/project/:vcs-type/:username/:project/build?circle-token=:token

version: 2 jobs: build:

# Specify the Xcode version to use
macos:
  xcode: "8.3.3"

steps:
  - checkout

  # Install CocoaPods
  - run:
      name: Install CocoaPods
      command: pod install

  # Build the app and run tests
  - run:
      name: Build and run tests
      command: fastlane scan
      environment:
        SCAN_DEVICE: iPhone 6
        SCAN_SCHEME: WebTests

  # Collect XML test results data to show in the UI,
  # and save the same XML files under test-results folder
  # in the Artifacts tab
  - store_test_results:
      path: test_output/report.xml
  - store_artifacts:
      path: /tmp/test-results
      destination: scan-test-results
  - store_artifacts:
      path: ~/Library/Logs/scan
      destination: scan-logs

About

intro project lesson one

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published