Skip to content

Instantly share code, notes, and snippets.

View FranzBusch's full-sized avatar

Franz Busch FranzBusch

View GitHub Profile
@FranzBusch
FranzBusch / circle.yml
Created January 17, 2018 14:23
Sixt CI Alpha Job
alpha:
macos:
xcode: "9.2.0"
shell: /bin/bash --login -eo pipefail
steps:
- checkout
- restore_cache:
@FranzBusch
FranzBusch / circle.yml
Created January 17, 2018 14:27
Sixt CI Workflows
workflows:
version: 2
alpha-build:
jobs:
- alpha:
context: org-global
filters:
branches:
only:
- develop
@FranzBusch
FranzBusch / Fastfile
Created January 17, 2018 14:32
Sixt CI Fastfile
fastlane_version "2.76.1"
default_platform :ios
platform :ios do
####### Certificates #######
desc "Installs the certificates and profiles locally"
lane :certificates do |options|