Skip to content

Commit

Permalink
Fix the config and limit the branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler committed Nov 2, 2018
1 parent d359198 commit 7ccdcb9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,17 @@ version: 2
jobs:
build:

# Limit to Testing branch
branches:
only:
- AHCircleCI

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

steps:
- checkout
- command: build.sh all
- run:
name: Build.sh all
command: ./build.sh all

0 comments on commit 7ccdcb9

Please sign in to comment.