Skip to content

Instantly share code, notes, and snippets.

View annabatki's full-sized avatar

Anna Bátki annabatki

View GitHub Profile
format_version: 1.3.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- BITRISE_PROJECT_TITLE: lesson_5
opts:
is_expand: true
- BITRISE_DEV_BRANCH: master
opts:
is_expand: true
#!/bin/bash
token=YOUR_TOKEN
repo=username/your-repo
upload_url=$(curl -s -H "Authorization: token $token" \
-d '{"tag_name": "test", "name":"release-0.0.1","body":"this is a test release"}' \
"https://api.github.com/repos/$repo/releases" | jq -r '.upload_url')
upload_url="${upload_url%\{*}"
@annabatki
annabatki / 20170915-03.log
Created September 15, 2017 12:05
Sample yml
---
format_version: 1.1.0
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
app:
envs:
- BITRISE_PROJECT_PATH: ios-simple-objc/ios-simple-objc.xcodeproj
opts:
is_expand: false
- BITRISE_SCHEME: ios-simple-objc
opts:
@annabatki
annabatki / 20170915-02.log
Created September 15, 2017 12:03
The cache is working
=== BUILD TARGET ios-simple-objc OF PROJECT ios-simple-objc WITH CONFIGURATION Debug ===
Check dependencies
=== BUILD TARGET ios-simple-objcTests OF PROJECT ios-simple-objc WITH CONFIGURATION Debug ===
Check dependencies
** BUILD SUCCEEDED **
@annabatki
annabatki / 20170915-01.log
Created September 15, 2017 11:56
Log before caching
=== BUILD TARGET ios-simple-objc OF PROJECT ios-simple-objc WITH CONFIGURATION Debug ===
Check dependencies
Write auxiliary files
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/ios-simple-objc-bgksiolivnoqvygamltguykyjtqw/Build/Intermediates.noindex/ios-simple-objc.build/Debug-iphonesimulator/ios-simple-objc.build/ios-simple-objc-own-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/ios-simple-objc-bgksiolivnoqvygamltguykyjtqw/Build/Intermediates.noindex/ios-simple-objc.build/Debug-iphonesimulator/ios-simple-objc.build/ios-simple-objc.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/ios-simple-objc-bgksiolivnoqvygamltguykyjtqw/Build/Intermediates.noindex/ios-simple-objc.build/Debug-iphonesimulator/ios-simple-objc.build/ios-simple-objc-all-non-framework-target-headers.hmap
write-file /Users/vagrant/Library/Developer/Xcode/DerivedData/ios-simple-objc-bgksiolivnoqvygamltguykyjtqw/Build/Intermediates.noindex/ios-simple-objc.build/Debug-iphonesimulat