config.yml 335 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2 3 4 5 6 7 8 9 10 11 12

version: 1
macos:
xcode: "10.2.1"
jobs:
  build:  
    steps:
      - checkout
      - run:
          name: Install Dependencies
          command: scripts/install.ios.sh
      - run:
yogevbd's avatar
yogevbd committed
13 14
          name: npm install
          command: npm install
yogevbd's avatar
yogevbd committed
15 16 17
      - run:
          name: Detox iOS CI
          command: 'npm run test-e2e-ios-release'