summaryrefslogtreecommitdiff
path: root/scripts/prepare_build.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove bashism from scripts/prepare_build.shNick Thomas2016-11-181-4/+5
|
* Use custom Ruby images to test buildsKamil Trzcinski2016-09-301-15/+0
| | | | It allows us to remove redundant steps of installing required dependencies for every build.
* Reduce output to the build logzj-bundle-quiet-modeZ.J. van de Weg2016-09-281-1/+1
|
* Used phantomjs variablenew-phantomjs-versionPhil Hughes2016-08-151-1/+1
|
* Update phantomjs linkAlfredo Sumaran2016-08-131-1/+1
|
* Used mirrored version on GitLabPhil Hughes2016-08-131-1/+1
|
* Fix file downloadingKamil Trzcinski2016-08-131-1/+1
|
* Install latest stable phantomjsKamil Trzcinski2016-08-131-3/+4
|
* Use new PhantomJS versionKamil Trzcinski2016-08-131-3/+3
|
* Cache only apt and ruby from vendorcache-apt-and-ruby-onlyKamil Trzcinski2016-06-121-2/+2
| | | | | Since introduction of gitignore the vendor folder contains also gitignores which affects detection when to update a cache. We explicitly cache only apt and ruby folders.
* Rerun failed spinach testsKamil Trzcinski2016-06-071-3/+7
|
* Use ruby:2.1 and ruby:2.2 imagesKamil Trzcinski2016-06-071-0/+14
|
* Use gitlab-build-images for precache some of the dependenciesKamil Trzcinski2016-06-041-14/+0
|
* Fix prepare build execution in docker environmentTomasz Maczukin2016-04-191-1/+1
|
* Retry bundler and apt-getretry-bundleKamil Trzcinski2016-03-091-11/+13
|
* Fix script errorKamil Trzcinski2016-03-091-1/+1
|
* Retry apt-get installation and bundle installKamil Trzcinski2016-03-091-7/+19
|
* Use caching, instead of haxxy /cacheuse-cachingKamil Trzcinski2016-02-101-6/+6
|
* Install unzip in build environment [ci skip]Kamil Trzcinski2016-01-251-1/+1
|
* Forcefully install apt packagesKamil Trzcinski2016-01-231-1/+1
|
* Speed-up docker based buildsspeed-up-buildsKamil Trzcinski2016-01-221-5/+11
| | | | | | | Enable to: - Use APT cache - Use Bundler cache - Use PhantomJS cache
* Test using a 1.9.8 phantomjs version built with fpmphantomjsAchilleas Pipinellis2015-11-291-2/+2
| | | | https://gitlab.com/axil/phantomjs-debian
* Update phantomjs to 2.0.0Achilleas Pipinellis2015-11-291-2/+2
| | | | * Version 1.9 was removed from upstream Debian repos
* Added missing packages required by docker buildsKamil Trzcinski2015-06-251-1/+1
|
* Set build preparation script as executable.Marin Jankovski2015-06-191-0/+0
|
* Move prepare_build script to scripts dir.Marin Jankovski2015-06-181-0/+24