aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2018-08-16checkstyle: 8.0 -> 8.12 (#1369)sebright
This commit also merges new changes to checkstyle.xml and fixes new checkstyle warnings related to Javadocs.
2018-06-04Fix checkstyle download link. (#1232)Bogdan Drutu
2018-05-23To bring parity with travis build add missing tasks to kokoro build.rghetia
- Each task is treated as separate job to run in parallel. - single script linux_presumbit.sh performs all task based TASK env.
2018-03-20Move the examples/ format check from the build file to the Travis script.Kristen Kozak
This change simplifies the example build file by removing plugins not necessary to build the project. The new Travis job is under allow_failures, so that contributors aren't required to download and run the tool.
2018-03-20Move the examples/ checkstyle check from the build file to the Travis script.Kristen Kozak
This change simplifies the example build file but allows us to continue checking the license headers in CI.
2018-02-21Test with oraclejdk9 on Travis.Kristen Kozak
2017-12-19Run Checker Framework null analysis with Travis (fixes #359).Kristen Kozak
I added a separate build job.
2017-12-12Add bazel build support for `examples`. (#893)Hailong Wen
* Add bazel build support for `examples`. * Generate workspace depedencies by [migration-tooling](https://github.com/bazelbuild/migration-tooling). * Change README and add travis job to check bazel build. * Move sudo command to .travis.yml * Change library name to opencensus_examples.
2017-12-11Add maven build support for `examples`. (#891)Hailong Wen
* Add maven build support for `examples`. * Add travis task to verify maven examples build (gradle and maven).
2017-12-08Fix travis Java 8 build.Hailong Wen
2017-12-08Remove unnecessary plugins and script commands; update README commands.Hailong Wen
2017-12-07Fix Java 7 travis build script.Hailong Wen
2017-12-07Address comments from bogdan and sebright.Hailong Wen
* Remove unnecessary plugins. * Reuse existing checkstyle.xml and errorprone properties from main project. * Add script in travis and appveyor to build examples.
2017-11-03Add gradle plugin for google java format. Enforce all files to be formatted. ↵Bogdan Drutu
(#771) * Add gradle plugin for google java format. Enforce all files to be formatted. * Fix javadoc comments. * update to google-java-formatter 1.5 * Fix comments and run formatter only for java8. * Formatter works only on java8.
2017-10-31Move the Travis "script" from .travis.yml to a separate file. (#747)Stefan Schmidt
* Move the Travis "script" from .travis.yml to a separate file. * Set -e -v. * Replace "jdk_switcher use" as it would require sudo. * Source jdk_switcher.sh on linux only.