mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-02 09:06:58 +00:00
Fix the config and limit the branch
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user