Commit a65f5475 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Trying everything in the ios directory

1 merge request!311(Chore) filter workflows
......@@ -118,14 +118,16 @@ jobs:
ios-build-test:
macos:
xcode: "10.1"
working_directory: ~/mobile-native
working_directory: ~/mobile-native/ios
steps:
- run:
name: list directory contents
command: ls
- restore_cache:
key: bundle-v1-{{ checksum "ios/Gemfile.lock" }}-{{ arch }}
key: bundle-v1-{{ checksum "Gemfile.lock" }}-{{ arch }}
- run:
name: Build release .ipa
command: fastlane buildrelease --verbose
working_directory: ios
ios-build-release:
macos:
xcode: "10.1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment