All Projects → oursky → travis-ios-script

oursky / travis-ios-script

Licence: MIT license
Reusable iOS script for Travis CI with Slack, Testflight, HockeyApp support

Programming Languages

c
50402 projects - #5 most used programming language
shell
77523 projects
Mako
254 projects

Labels

Projects that are alternatives of or similar to travis-ios-script

Spug
开源运维平台:面向中小型企业设计的轻量级无Agent的自动化运维平台,整合了主机管理、主机批量执行、主机在线终端、文件在线上传下载、应用发布部署、在线任务计划、配置中心、监控、报警等一系列功能。
Stars: ✭ 6,810 (+16925%)
Mutual labels:  cicd
karhoo-ios-ui-sdk
iOS UI SDK for Karhoo
Stars: ✭ 22 (-45%)
Mutual labels:  cicd
sfmc-devtools
Fast-track your developers and devops engineers by allowing them to programmatically copy-paste / deploy changes and work offline
Stars: ✭ 94 (+135%)
Mutual labels:  cicd
Javascript Testing Best Practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (August 2021)
Stars: ✭ 13,976 (+34840%)
Mutual labels:  cicd
terraform-aws-s3-bucket
Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems
Stars: ✭ 138 (+245%)
Mutual labels:  cicd
MCW-OSS-PaaS-and-DevOps
MCW OSS PaaS and DevOps
Stars: ✭ 49 (+22.5%)
Mutual labels:  cicd
Microk8s
MicroK8s is a small, fast, single-package Kubernetes for developers, IoT and edge.
Stars: ✭ 6,017 (+14942.5%)
Mutual labels:  cicd
swingletree
☔ Integrate and observe the results of your CI/CD pipeline tools
Stars: ✭ 14 (-65%)
Mutual labels:  cicd
kraken
Kraken CI is a continuous integration and testing system.
Stars: ✭ 87 (+117.5%)
Mutual labels:  cicd
actions
Our Library of GitHub Actions
Stars: ✭ 49 (+22.5%)
Mutual labels:  cicd
Cml
♾️ CML - Continuous Machine Learning | CI/CD for ML
Stars: ✭ 2,843 (+7007.5%)
Mutual labels:  cicd
vilicus
Vilicus is an open source tool that orchestrates security scans of container images(docker/oci) and centralizes all results into a database for further analysis and metrics.
Stars: ✭ 82 (+105%)
Mutual labels:  cicd
setup-sam
Action to set up AWS SAM CLI and add it to the PATH
Stars: ✭ 107 (+167.5%)
Mutual labels:  cicd
Github Pages Deploy Action
Automatically deploy your project to GitHub Pages using GitHub Actions. This action can be configured to push your production-ready code into any branch you'd like.
Stars: ✭ 2,507 (+6167.5%)
Mutual labels:  cicd
aws-codecommit-devops-model
AWS CodeCommit Devops Model -- a best practice to build your devops workflow based on AWS CodeCommit.
Stars: ✭ 30 (-25%)
Mutual labels:  cicd
Argo Cd
Declarative continuous deployment for Kubernetes.
Stars: ✭ 7,887 (+19617.5%)
Mutual labels:  cicd
aws-ecs-devops-using-aws-cdk
This repository provides a general DevOps practices such MSA, IaC, CICD and Monitoring. AWS various services are used to provide DevOps best practices.
Stars: ✭ 110 (+175%)
Mutual labels:  cicd
django-step-by-step
A Django + Vue reference project that focuses on developer tooling and CI/CD + IaC
Stars: ✭ 86 (+115%)
Mutual labels:  cicd
azure-flutter-tasks
Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
Stars: ✭ 66 (+65%)
Mutual labels:  cicd
versio
A version number manager
Stars: ✭ 63 (+57.5%)
Mutual labels:  cicd

Travis iOS Script

Reusable iOS script for Travis CI with Testflight, Crittercism and HockeyApp support

Prerequisites

  1. Travis CLI: sudo gem install travis
  2. xctool: brew install xctool

Getting started

  1. Submodule this repository: git submodule add [email protected]:oursky/travis-ios-script.git

  2. Export Code Signing Identity certificates.

    1. Open up Keychain Access
    2. Make sure you are under Login -> My Certificates
    3. Right click on the certificate (Let's say your distribution cert.) -> Export -> choose .cer as file format -> save as dist.cer
    4. Expand the same certificate. You should see a private key entry. Export it like the previous step but choose .p12 as file format. Save as dist.p12. You will prompted for a password. Generate one and it will be your KEY_PASSWORD.
  3. Download your app's Provisioning Profile from Apple Developer Member Center.

  4. Execute the script, follow the instructions.

  5. Push. Sit back. Enjoy a .

Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].