Giter VIP home page Giter VIP logo

appbuilder-ci-ios's Introduction

appbuilder-ci-ios

Description

The appbuilder-ci-ios is a CI build description for the Scriptoria project. This project provides a way for iOS apps to be be remotely signed after they have been built by appbuilder-buildengine-api on AWS CodeBuild using docker-appbuilder-agent.

Travis CI

To trigger a build using Travis, clone this repo and Trigger a build using the Travis API.

Sample Request

URL

https://api.travis-ci.org/repo/sillsdev%2Fappbuilder-ci-ios/requests

HEADER

Content-Type: application/json
Accept: application/json
Travis-API-Version: 3
Authorization: token $TOKEN

BODY

{
  "request" : {
    "branch":"master",
    "message":"Build Message",
    "config" : {
      "merge_mode" : "deep_merge_prepend",
      "env": {
        "global" : [
          "APPBUILDER_ASSET=WEB-1.4.ipa",
          "APPBUILDER_ASSET_DOWNLOAD_PATH=s3://sil-stg-aps-files/stg/jobs/build_scriptureappbuilder_0/1",
          "APPBUILDER_ASSET_RESULT_PATH=s3://sil-stg-aps-files/stg/jobs/build_scriptureappbuilder_0/1/signed",
          "APPBUILDER_SECRETS_PATH=s3://sil-stg-aps-secrets/jenkins/build/apple_app_store/bluevire"
        ]
      }
    }
  }
}

Circle CI

To trigger a build using Circle CI, clone this repo and Trigger a Job using the Circle CI API and Injecting Environment Variables with the API.

Sample Request

URL

https://circleci.com/api/v1.1/project/github/sillsdev/appbuilder-ci-ios/tree/master?circle-token=$TOKEN

HEADERS

Content-Type: application/json

BODY

{
  "build_parameters": {
    "APPBUILDER_ASSET": "WEB-1.4.ipa",
    "APPBUILDER_ASSET_DOWNLOAD_PATH": "s3://sil-stg-aps-files/stg/jobs/build_scriptureappbuilder_0/1",
    "APPBUILDER_ASSET_RESULT_PATH": "s3://sil-stg-aps-files/stg/jobs/build_scriptureappbuilder_0/1/signed",
    "APPBUILDER_SECRETS_PATH": "s3://sil-stg-aps-secrets/jenkins/build/apple_app_store/bluevire"
  }
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.