config.yml 341 Bytes
Newer Older
yogevbd's avatar
yogevbd committed
1 2 3

version: 1
jobs:
yogevbd's avatar
yogevbd committed
4
  macos:
yogevbd's avatar
yogevbd committed
5
    xcode: "10.2.1"
yogevbd's avatar
yogevbd committed
6
  build:  
yogevbd's avatar
yogevbd committed
7 8 9 10 11 12
    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'