aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorKristen Kozak <sebright@google.com>2017-03-29 12:59:43 -0700
committerKristen Kozak <sebright@google.com>2017-03-30 09:09:39 -0700
commitc00b00cebbf8d8e8e05081802116e63b09971fc6 (patch)
tree38a2eee5af9bf897cfb1e32c76866ef8a812dc0c /appveyor.yml
parenta5ff0dce5ff630cbeeec775d9b78cb0c453d7234 (diff)
downloadopencensus-java-c00b00cebbf8d8e8e05081802116e63b09971fc6.tar.gz
Add simple configuration file for AppVeyor.
There is just one build job for now.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
new file mode 100644
index 00000000..6155ec22
--- /dev/null
+++ b/appveyor.yml
@@ -0,0 +1,5 @@
+install:
+ - git submodule update --init --recursive
+
+build_script:
+ - gradlew.bat clean assemble check --stacktrace