Igor Minar
4e6c41b3a1
build(examples): work around protractor typings issues and fix existing type errors
...
This works around the typings issues until we have a build of protractor with typings that don't
polute global types via ambient type definitions
2016-09-13 21:48:58 -07:00
Igor Minar
730415e048
build: temporarily disable building and testing of documentation examples
...
This is due to protractor typings issue that breaks the compilation.
2016-09-12 23:06:38 -07:00
Matias Niemelä
ed2ebeb52a
fix(build): test example directories with unit and e2e tests ( #11296 )
2016-09-07 16:04:33 -07:00
Tobias Bosch
6dceaf209d
fix(benchmarks): recreate setup for running benchmarks
2016-08-31 08:24:10 -07:00
Tobias Bosch
2ab07d9418
chore: cleanup stale protractor files
2016-08-31 08:24:10 -07:00
Tobias Bosch
ad9f02a73e
chore: enable cyclic dependency check
...
Closes #9742
2016-06-30 14:28:22 -07:00
Jason Choi
8eb81b3741
ci: add updated ts-api-guardian check
2016-06-23 14:26:40 -07:00
Miško Hevery
87d824e1b4
fix: add typescript test for our typings ( #9096 )
...
* Revert "fix(d.ts): enable angular2 compilation with TS flag --strictNullChecks (#8902 )"
This reverts commit 7e352a27f7
.
* test: add typescript test for our typings
2016-06-08 16:06:23 -07:00
Alex Eagle
3331321f64
build(ngc): run integration test hermetically
...
This ensures we run in a clean directory, using our real distribution. It finds bugs like @internal
APIs needed to type-check in the offline compiler, as well as problems in package.json.
Also move tsc-wrapped under tools/@angular
2016-05-27 17:21:35 -07:00
Igor Minar
2bcdec5aaf
build: use connect web server instead of SimpleHTTPServer
...
Several flakes on CI have been tied to long running SimpleHTTPServer that was
put in place temporarily after the package splitup.
2016-05-25 08:22:07 -07:00
Vikram Subramanian
97a1084c99
fix(build): Hook up publish-build-artifacts to Travis
2016-05-12 12:01:53 -07:00
Igor Minar
2e1f3f003d
build: adding basic e2e testing infrastructure
2016-05-02 08:15:10 -07:00