Adam Barth
a459465485
Stop running skyanalyzer on Travis
...
We use the shipped version of sky_engine and sky_services when running
skyanalyzer on Travis, which means this check fails every time we add an API to
dart:sky. We should re-enable it once it doesn't break with these sorts of
changes.
2015-08-25 13:48:38 -07:00
Adam Barth
125509931f
Run tests one-at-a-time on Travis
...
Hopefully this will reduce the flakiness we're seeing on the bot.
2015-08-22 08:05:25 -07:00
Adam Barth
1133c5c0ef
Introduce sky/unit/test
...
This patch adds a new test harness and a first, trivial test to run with the
harness. The new test harness is built on package:test and should run on
Travis. Over time, we'll migrate our existing tests into this harness.
2015-08-20 21:01:13 -07:00
Hixie
3cc25bb255
Fix analyzer to not change the working directory.
...
I didn't understand what was going on before. Now I do. This is a better fix that making the path absolute.
2015-08-17 16:57:08 -07:00
Ian Fischer
3c8291a828
Move example out of sky/packages to //examples
2015-08-07 17:04:50 -07:00
Adam Barth
b4d27f5976
Fix typos
2015-07-28 11:05:28 -07:00
Adam Barth
eb8329455a
Move sky package into sky/packages/sky
...
This patch makes the sky package match the structure we've adopted for the
other Dart packages we produce from this repo.
2015-07-28 08:42:57 -07:00
Adam Barth
b74c187eda
Teach skyanalyzer about workbench
...
Hopefully this will make Travis green again.
2015-07-27 20:54:19 -07:00
Adam Barth
60479baf7f
Run the Dart analyzer on Travis
2015-07-25 15:46:24 -07:00
Adam Barth
0ca8d745b9
Increase j to 4
...
Try building faster on Travis now that we're using Release and have less code.
2015-07-20 20:18:33 -07:00
Adam Barth
99ba1e7f36
Try building Release with -j 2
...
Maybe this will work now that we have less code.
2015-07-20 13:18:46 -07:00
Adam Barth
20d99ec2d5
Use -j 1 on Travis
...
Still experimenting to see if we can consistently get green results from Travis.
2015-07-18 20:10:09 -07:00
Adam Barth
5cfb81a52d
Improve Travis reliability
...
Previously, we were using too many parallel instances of $CXX, which caused
crashes. Now we use -j 2, which seems to work. Also, use fewer processes during
testing.
2015-07-17 23:34:38 -07:00
Adam Barth
7b0dec4d11
Rebaseline stocks test to account for transitions
...
Also, turn on testing in Travis.
2015-07-17 15:48:10 -07:00
Adam Barth
83ef2124ed
Add another missing dependency
2015-07-17 12:19:55 -07:00
Adam Barth
91819c6e8c
Attempt to make Travis go green
2015-07-17 11:09:17 -07:00
Adam Barth
dc9468293f
Add basic travis integration
2015-07-17 08:50:37 -07:00