Skip to content

Instantly share code, notes, and snippets.

@Shinisaru
Shinisaru / php7_build_ubuntu.sh
Created March 7, 2018 22:34 — forked from m1st0/php_build_ubuntu.sh
Compiling PHP 7 on Ubuntu 15.04 with Various Supported Modules
#! /bin/bash
# PHP 7 Initial Compile #
# Author: Maulik Mistry
# Date: Aug 04, 2017
# References:
# http://www.zimuel.it/install-php-7/
# http://www.hashbangcode.com/blog/compiling-and-installing-php7-ubuntu
#
# License: BSD License 2.0
@Shinisaru
Shinisaru / gist:6502aa58cab09f194795
Created October 27, 2015 14:00
XCode Bot Hockeyapp integration post-archive scheme script
/usr/local/bin/puck -app_id=XXX -force=true -upload=all -submit=auto -notify=true -release_type=alpha -open=nothing -api_token=XXX "${ARCHIVE_PATH}"
@Shinisaru
Shinisaru / gist:1e32475312ec95dbf658
Created October 27, 2015 13:58
Xcode Bot Hockeyapp integration after integration trigger
API_TOKEN="XXX"
APP_ID="XXX"
SCHEME_NAME="XXX"
upload() {
BASE_PATH="/Library/Developer/XcodeServer/IntegrationAssets/"
IPA="${BASE_PATH}${XCS_BOT_ID}-${XCS_BOT_NAME}/${XCS_INTEGRATION_NUMBER}/${SCHEME_NAME}.ipa"
#${XCS_BOT_NAME}.ipa"
ARCHIVE="${BASE_PATH}${XCS_BOT_ID}-${XCS_BOT_NAME}/${XCS_INTEGRATION_NUMBER}/Archive.xcarchive.zip"
DSYM_ZIP="/tmp/dSYM.zip"
#########################
# .gitignore file for Xcode4 / OS X Source projects
#
# Version 2.0
# For latest version, see: http://stackoverflow.com/questions/49478/git-ignore-file-for-xcode-projects
#
# 2013 updates:
# - fixed the broken "save personal Schemes"
#
# NB: if you are storing "built" products, this WILL NOT WORK,