Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit b9524f2

Browse files
committed
Merge pull request #114 from danepowell/feature/build-validate-test
build:validate:test is deprecated.
2 parents d6b6e60 + fe98d7e commit b9524f2

File tree

2 files changed

+4
-18
lines changed

2 files changed

+4
-18
lines changed

template/build/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@ Automated testing of live content is easy to set up with two simple steps:
4343
ssh_known_hosts:
4444
- staging-12345.prod.hosting.acquia.com
4545
```
46-
2. Override the default `build:validate:test` target by adding the following to `build/custom/phing/build.xml`:
46+
2. Override the default `ci:build:validate:test` target by adding the following to `build/custom/phing/build.xml`:
4747
4848
```
49-
<!-- Override the core build:validate:test target to include a local refresh-->
50-
<target name="build:validate:test" description="Builds, validates, tests, and deploys an artifact."
51-
depends="validate:all, setup, tests:security-updates, tests:phpunit, local:sync, local:update, tests:behat" />
49+
<!-- Override the core ci:build:validate:test target to include a local refresh-->
50+
<target name="ci:build:validate:test" description="Builds, validates, tests, and deploys an artifact."
51+
depends="validate:all, ci:setup, tests:security-updates, tests:phpunit, local:sync, local:update, tests:behat" />
5252
```
5353
5454
### Setting Up Travis CI for automated deployments

template/build/core/phing/build.xml

-14
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@
5050
<!-- Contains acsf tasks. -->
5151
<import file="${core.phing.dir}/tasks/acsf.xml"/>
5252

53-
<!--
54-
The follow targets are intended to be wrapper targets that bundle
55-
multiple targets from other includes.
56-
-->
57-
<target name="build:test"
58-
description="Builds, tests, and deploys an artifact."
59-
depends="setup, tests:all">
60-
</target>
61-
62-
<target name="build:validate:test"
63-
description="Builds, validates, tests, and deploys an artifact."
64-
depends="validate:all, setup, tests:all">
65-
</target>
66-
6753
<target name="list" hidden="true">
6854
<exec dir="${repo.root}" command="./blt.sh -q -l" passthru="true"/>
6955
</target>

0 commit comments

Comments
 (0)