build: migrate references and scripts that set to build with ivy via compile=aot to use config=ivy (#33983)

Since config=ivy now sets the define=compile flag and the define=angular_ivy_enabled
flag to cause usage of Ivy, we can update all of the documentation and scripts that
reference compile=aot to use config=ivy.

PR Close #33983
This commit is contained in:
Joey Perrott
2019-11-22 12:07:29 -08:00
committed by Matias Niemelä
parent f9def8cd30
commit 5e3f6d203d
10 changed files with 29 additions and 30 deletions

View File

@ -1,5 +1,5 @@
Tests in this directory should be run with:
```
yarn bazel test --define=compile=aot packages/compiler-cli/test/compliance:compliance
yarn bazel test --config=ivy packages/compiler-cli/test/compliance:compliance
```