Miško Hevery
221899a930
ci: fix incorrect github credetials ( #15146 )
2017-03-14 11:49:33 -07:00
Chuck Jazdzewski
ccd38dd54d
ci: changing deployment token
2017-03-14 10:27:56 -07:00
Chuck Jazdzewski
53d62fa7d0
ci: use angular-builds credentials for publishing artifacts ( #15072 )
2017-03-10 14:03:40 -08:00
Georgios Kalpakas
5ab2e28703
ci(aio): bringing in #14888 (because no patience)
2017-03-07 18:24:45 -08:00
Igor Minar
b8321e2f7d
ci: add comment and remove debugging printenv statement
2017-03-05 08:12:55 -08:00
Igor Minar
b8f0c3dc7b
ci: redo how env variables are set and shared in ci to prevent collisions
2017-03-05 08:03:38 -08:00
Igor Minar
a24e652f2b
ci: clean up CI logging, folding, add build time logging, and improve error handling ( #14425 )
2017-03-02 00:22:24 -08:00
Igor Minar
dd499010be
ci: add NGBUILDS_IO_KEY to .travis.yaml for ngbuilds.io integration
2017-03-01 15:28:10 -08:00
Jason Aden
de795ea233
perf: distrubute smaller bundled code and include es2015 bundle
...
TypeScript compiler will now build to ES2015 code and modules. Babili is used to minify ES2015
code, providing an initial optimization that we couldn't previously get just from Uglify. Uses
Babel to convert ES2015 to UMD/ES5 code, and Uglify to minimize the output.
2017-02-21 20:48:55 -08:00
Pete Bacon Darwin
600402d440
build(aio): big move of docs related files ( #14361 )
...
All the docs related files (docs-app, doc-gen, content, etc)
are now to be found inside the `/aio` folder.
The related gulp tasks have been moved from the top level
gulp file to a new one inside the `/aio` folder.
The structure of the `/aio` folder now looks like:
```
/aio/
build/ # gulp tasks
content/ #MARKDOWN FILES for devguides, cheatsheet, etc
devguides/
cheatsheets/
transforms/ #dgeni packages, templates, etc
src/
app/
assets/
content/ #HTML + JSON build artifacts produced by dgeni from /aio/content.
#This dir is .gitignored-ed
e2e/ #protractor tests for the doc viewer app
node_modules/ #dependencies for both the doc viewer builds and the dgeni stuff
#This dir is .gitignored-ed
gulpfile.js #Tasks for generating docs and building & deploying the doc viewer
```
Closes #14361
2017-02-09 11:58:36 -08:00
Georgios Kalpakas
b64946b5f9
ci: find latest tag when deeper than the git clone depth ( #14231 )
...
Since we have a shallow clone of the repository, it might be the case that the
latest tag (which we need for publishing the build artifacts) might not be in
the current history.
This commit incrementally deepens the clone until it finds a tag (or reaches a
max depth).
PR Close #14231
2017-02-09 12:06:02 -06:00
Ward Bell
31d42d87c6
ci: bump node version to 6.9.5 and npm to 3.10.7
...
this is required by @angular/cli
2017-02-02 23:28:00 -08:00
Miško Hevery
bc20e8ac9d
ci: increase git fetch depth to 150
2017-02-01 15:16:48 -08:00
Alex Eagle
104c157ef6
build: fix red travis: fetch more github history ( #14193 )
2017-01-30 14:55:00 -08:00
Georgios Kalpakas
4165fddfc4
ci(aio): deploy from CI to staging
2017-01-27 13:55:58 -08:00
Peter Bacon Darwin
b141a227fb
ci(aio): run docs-tests in travis ( #14097 )
2017-01-26 23:47:07 -08:00
Alex Eagle
9d8c467cb0
build(es2015): fix bad merge of #13471 ( #14020 )
2017-01-19 14:25:44 -08:00
Alex Rickabaugh
a8815d6b08
chore(ci): re-enable browserstack tests in ci
2016-10-20 10:01:51 -07:00
Alex Rickabaugh
0ecd9b2df0
chore(ci): make browserstack tests optional until they are fixed
2016-10-19 10:41:00 -07:00
Victor Berchet
0621f07a2c
refactor: misc cleanup
2016-09-19 16:24:31 -07:00
Victor Berchet
1225ecfb14
chore(node): allow current node version
...
node current is 6.6.0
see https://github.com/nodejs/LTS#lts_schedule
2016-09-19 16:24:31 -07:00
Paul Gschwendtner
a5d2aadecb
ci(travis): enable fast finish mode for optional modes. ( #10588 )
...
* Travis CI runs the optional tasks in "waiting" mode, which means that the whole build is only ready once the optional tasks are also ready.
e.g https://travis-ci.org/angular/angular/builds/150844963 - This build lost about 48 minutes just from an optional mode.
* The Travis Fast Finish mode will mark the build as finished, once all "required" tasks have finished.
https://blog.travis-ci.com/2013-11-27-fast-finishing-builds/
2016-08-11 23:03:28 -07:00
Marc Laval
b34a04d53a
chore(build): activate optional jobs in SL and BS ( #8605 )
2016-06-09 15:21:17 -07:00
Alex Eagle
5936624d11
chore(lint): re-enable clang-format on tools/
2016-05-26 15:46:03 -07:00
Igor Minar
12abdd8782
ci: disable the lint job since it's currently not doing anything
...
the tslint rules have not been executed on the right files when this the lint was reenabled
after package splitup making the linting useless. When reenabled lots of errors show up.
I'm disabling this for now until we come back and fix up the code issues.
2016-05-25 08:22:07 -07:00
Vikram Subramanian
ff400726ca
fix(build): Declare the secure GITHUB_TOKEN_ANGULAR for package publishing from Travis
2016-05-12 15:08:28 -07:00
Marc Laval
d537a26297
chore(build): reenable optional jobs in SL and BS
...
Closes #8558
2016-05-11 17:00:43 -07:00
Igor Minar
2e1f3f003d
build: adding basic e2e testing infrastructure
2016-05-02 08:15:10 -07:00
Misko Hevery
ce5b37239e
chore: add lint job to travis
2016-05-01 22:59:41 -07:00
Igor Minar
a66cdb469f
repackaging: all the repackaging changes squashed
2016-05-01 20:51:00 -07:00
Robert Messerle
22c05b0834
fix(tests): remove payload size check
2016-04-18 17:08:55 -07:00
Alex Eagle
347e71af7d
chore(travis): enable the typescript@next build
...
Fixes #7050
2016-04-13 18:54:58 +00:00
Igor Minar
773fe8f8c5
ci(travis): simplify job status reporting
2016-03-05 19:54:22 +00:00
Igor Minar
9f3547e35d
ci(travis): fix typo in webhooks config
2016-03-05 19:54:22 +00:00
Igor Minar
5a79358727
ci(travis): fix indentation in of the .travis.yaml
2016-03-05 19:54:22 +00:00
Igor Minar
85bfbc13c1
ci(travis): clean up matrix environmental variables
...
remove all unnecessary ones.
2016-03-05 19:54:22 +00:00
Igor Minar
1a01af9e68
ci(travis): clean up, reorganize and document before_install and install scripts
...
Functionally this should be a noop change.
2016-03-05 19:54:22 +00:00
Igor Minar
dd95e901df
ci(travis): remove bogus environmental variable
2016-03-05 19:54:22 +00:00
Igor Minar
9782d8c32e
ci(travis): better document before_cache script
2016-03-05 19:54:22 +00:00
Igor Minar
80764c6f71
ci(travis): use gcc v4.8 to compile npm native modules on Node v4 and v5
2016-03-05 19:54:22 +00:00
Marc Laval
391a9edabb
chore(build): use Chromium in Travis for JS tests
2016-03-01 11:24:44 -08:00
Tim Blasi
f72f137261
ci(dart): Uncomment dart.dev build and make it required
...
Workaround for https://github.com/dart-lang/dartdoc/issues/1099 : remove
the `--input=.` parameter to `dartdoc`.
Closes #6823 , #6410
Closes #6958
2016-03-01 01:21:27 +00:00
vsavkin
d1abada5b7
build(travis): do not cache npm modules
2016-02-24 17:56:55 -08:00
Matias Niemelä
530470e0ce
chore(travis): add an integration hook for the angular hubot daemon
2016-02-17 16:38:42 -08:00
Alex Eagle
a7e9bc97f6
ci(typescript): add typescript_next build
...
Install typescript@next before build.js and test.typings.
Restore the regular version before travis caches node_modules/.
Fixes #6368
2016-02-16 17:29:29 -08:00
Alex Eagle
ed2dbf2db7
ci(dart): comment out dart.dev build
...
See #6823
2016-02-01 12:53:27 -08:00
Alex Eagle
8867afdaab
fix(build): Revert "build(dart): Make Dart dev build required"
...
This reverts commit a199772508
.
2016-02-01 11:17:57 -08:00
Tim Blasi
a199772508
build(dart): Make Dart dev build required
...
Previously, we allowed the Dart dev build to fail presubmit tests.
Make it a required build from now on.
Closes #6410
2016-02-01 07:12:40 -08:00
Marc Laval
fc5b128b43
chore(ci): deflake test and turn on saucelabs_required
...
Fixes #6725
Closes #6733
2016-01-28 03:18:08 +00:00
Rado Kirov
c0b5e7a672
chore(ci): turn off saucelabs_required
...
Reenable once #6723 fixed.
2016-01-27 11:52:32 -08:00