- 04 Aug, 2018 2 commits
-
-
Greg Spencer authored
This reverts commit a5c2dddd. Docs push requires different auth options... Will reland shortly.
-
Greg Spencer authored
This adds a Docker image for the linux builds, replacing a lot of the setup code with a Docker build. Added a docker image build step that has the right gcloud credentials in it. Also, this finally moves the gallery deployment and docs publishing steps to Cirrus. They were dependent upon some environment setup that was a lot easier to do in Docker than in a setup bash script.
-
- 02 Aug, 2018 3 commits
-
-
Danny Tuppeny authored
This adds: - pub's cache to the Cirrus cache. It caches based on the checksums in the pubspec (although pub has things in versioned folders, this'll prevent the cache just getting bigger over time). - bin/cache/pkg. I think this only includes sky_engine. It caches based on the engine checksum. - bin/cache/artifacts. This includes engine, gradle_wrapper, material_fonts. Also caches based on the engine checksum.
-
Fedor Korotkov authored
This will reduce load on macOS community cluster.
-
Danny Tuppeny authored
-
- 01 Aug, 2018 2 commits
-
-
Danny Tuppeny authored
-
Danny Tuppeny authored
-
- 30 Jul, 2018 2 commits
-
-
Greg Spencer authored
This reverts commit c36032c6, because we're missing some credentials for pushing the gallery. Submitting TBR to unbreak the build. TBR=tvolkert
-
Greg Spencer authored
This moves the docs generation and gallery upload to Cirrus CI, which is another step in turning off Travis.
-
- 25 Jul, 2018 1 commit
-
-
Greg Spencer authored
Our Cirrus Windows tests were not really working: they reported success even when failing. This should fix several problems with the Cirrus Windows tests.
-
- 23 Jul, 2018 1 commit
-
-
Greg Spencer authored
The trailing whitespace detector wasn't handling file deletes very well (at all, really). This filters the set of files grepped to only include files that exist. Also, clarified the failure message to make it more obvious what the failure is when the grep finds results.
-
- 20 Jul, 2018 2 commits
-
-
Greg Spencer authored
-
Greg Spencer authored
Checks only changed source files (C++, Dart, Java, ObjC) for trailing whitespace.
-
- 18 Jul, 2018 1 commit
-
-
Greg Spencer authored
Cirrus CI has macOS VMs, so this turns on an instance for tests so that we can evaluate if we can use Cirrus for all three platforms or not.
-
- 06 Jun, 2018 1 commit
-
-
Fedor Korotkov authored
* Use `cirrusci/windowsservercore:2016` container for CI with 4 CPUs * Removed `Dockerfile.windows`
-
- 03 May, 2018 1 commit
-
-
Fedor Korotkov authored
* Renamed CI tasks `tests` to `tests-linux` `windows` to `tests-windows` * Explicitly specify shards everywhere
-
- 01 May, 2018 1 commit
-
-
Fedor Korotkov authored
* Configure Cirrus CI * Read file directly instead of shelling a command * Wait for all streams to finish * Add LTR `textDirection` Since `RenderFlex#_debugHasNecessaryDirections` requires it when `direction` is horizontal and there are multiple children.
-