Skip to content

Commit

Permalink
Add a CircleCI configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler committed Nov 2, 2018
1 parent 8822bae commit d359198
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# iOS CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/ios-migrating-from-1-2/ for more details
#
version: 2
jobs:
build:

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

steps:
- checkout
- command: build.sh all

0 comments on commit d359198

Please sign in to comment.