Revert CI script

This commit is contained in:
Joshua Granick
2018-02-07 16:13:41 -08:00
parent 1663a3b7b8
commit d07ebc4632

View File

@@ -3,7 +3,7 @@ jobs:
Setup (Haxe 3.2.1):
docker:
- image: openfl/openfl-tests-unit-3.2:0.0.3
- image: openfl/openfl-tests-unit-3.2:0.0.1
working_directory: /workspace/lime
steps:
- checkout
@@ -30,7 +30,7 @@ jobs:
Setup (Haxe 3.4.x):
docker:
- image: openfl/openfl-tests-unit-3.4:0.0.4
- image: openfl/openfl-tests-unit-3.4:0.0.2
working_directory: /workspace/lime
steps:
- checkout
@@ -58,7 +58,7 @@ jobs:
HTML5 (Haxe 3.2.1):
docker:
- image: openfl/openfl-tests-unit-3.2:0.0.3
- image: openfl/openfl-tests-unit-3.2:0.0.1
steps:
- attach_workspace:
at: /
@@ -77,7 +77,7 @@ jobs:
HTML5 (Haxe 3.4.x):
docker:
- image: openfl/openfl-tests-unit-3.4:0.0.4
- image: openfl/openfl-tests-unit-3.4:0.0.2
steps:
- attach_workspace:
at: /
@@ -97,9 +97,7 @@ jobs:
Neko (Haxe 3.2.1):
docker:
- image: openfl/openfl-tests-unit-3.2:0.0.3
environment:
- DISPLAY: ":0"
- image: openfl/openfl-tests-unit-3.2:0.0.1
steps:
- attach_workspace:
at: /
@@ -116,9 +114,7 @@ jobs:
Neko (Haxe 3.4.x):
docker:
- image: openfl/openfl-tests-unit-3.4:0.0.4
environment:
- DISPLAY: ":0"
- image: openfl/openfl-tests-unit-3.4:0.0.2
steps:
- attach_workspace:
at: /
@@ -136,9 +132,7 @@ jobs:
C++ (Haxe 3.2.1):
docker:
- image: openfl/openfl-tests-unit-3.2:0.0.3
environment:
- DISPLAY: ":0"
- image: openfl/openfl-tests-unit-3.2:0.0.1
steps:
- attach_workspace:
at: /
@@ -152,9 +146,7 @@ jobs:
C++ (Haxe 3.4.x):
docker:
- image: openfl/openfl-tests-unit-3.4:0.0.4
environment:
- DISPLAY: ":0"
- image: openfl/openfl-tests-unit-3.4:0.0.2
steps:
- attach_workspace:
at: /
@@ -169,7 +161,7 @@ jobs:
Flash (Haxe 3.2.1):
docker:
- image: openfl/openfl-tests-unit-3.2:0.0.3
- image: openfl/openfl-tests-unit-3.2:0.0.1
steps:
- attach_workspace:
at: /
@@ -182,7 +174,7 @@ jobs:
Flash (Haxe 3.4.x):
docker:
- image: openfl/openfl-tests-unit-3.4:0.0.4
- image: openfl/openfl-tests-unit-3.4:0.0.2
steps:
- attach_workspace:
at: /
@@ -195,7 +187,7 @@ jobs:
Documentation (Haxe 3.2.1):
docker:
- image: openfl/openfl-tests-unit-3.2:0.0.3
- image: openfl/openfl-tests-unit-3.2:0.0.1
working_directory: /workspace/lime/docs
steps:
- attach_workspace:
@@ -212,7 +204,7 @@ jobs:
Documentation (Haxe 3.4.x):
docker:
- image: openfl/openfl-tests-unit-3.4:0.0.4
- image: openfl/openfl-tests-unit-3.4:0.0.2
working_directory: /workspace/lime/docs
steps:
- attach_workspace:
@@ -267,4 +259,4 @@ workflows:
- Setup (Haxe 3.4.x)
- Documentation (Haxe 3.4.x):
requires:
- Setup (Haxe 3.4.x)
- Setup (Haxe 3.4.x)