View syntastic rapydscript linter
" ======================================================================= | |
" Version: 1.0.0 | |
" Description: Vim plugin that enables syntax checking in syntastic with the rapydscript linter | |
" Maintainer: Alexander Tsepkov <atsepkov at gmail dot com> | |
" ====================================================================== | |
" See | |
" https://github.com/scrooloose/syntastic/wiki/Syntax-Checker-Guide#external | |
if exists("g:loaded_syntastic_rapydscript_rapydscript_checker") |
View universal-framework.sh
exec > /tmp/${PROJECT_NAME}_archive.log 2>&1 | |
UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal | |
if [ "true" == ${ALREADYINVOKED:-false} ] | |
then | |
echo "RECURSION: Detected, stopping" | |
else | |
export ALREADYINVOKED="true" |