Skip to content

Commit

Permalink
feature/tests — Useful patch if I need to recreate the greenhouse job…
Browse files Browse the repository at this point in the history
… on greenhouseci.com for android only. Indeed, today, there is no other solution than to instrument platforms/platforms.json in order to select platforms.
  • Loading branch information
jeandat committed Aug 2, 2016
1 parent bda7b17 commit 11f93b1
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions greenhouse/greenhouse.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Index: greenhouse/GH_PRE_BUILD_SCRIPT
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- platforms/platforms.json (revision fb08481107185287812580e2171e0b5fe49a317c)
+++ platforms/platforms.json (revision fb08481107185287812580e2171e0b5fe49a317c)
@@ -0,0 +1,3 @@
+{
+ "android": "5.1.1"
+}
Index: .gitignore
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- .gitignore (revision c5d64b834fb5ae99dfab661d11262ddb8da05e8d)
+++ .gitignore (revision fb08481107185287812580e2171e0b5fe49a317c)
@@ -5,7 +5,8 @@
!doc/screens
.idea/
node_modules/
-platforms/
+platforms/*
+!platforms/platforms.json
plugins/
.sass-cache/
.tmp/

0 comments on commit 11f93b1

Please sign in to comment.