Fix the config and limit the branch

This commit is contained in:
Adlai Holler
2018-11-02 09:12:51 -07:00
parent d3591980e3
commit 7ccdcb9472

View File

@@ -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