aboutsummaryrefslogtreecommitdiff
path: root/.appveyor.yml
AgeCommit message (Collapse)Author
2017-05-25appveyor: fix typoed appveyor commandRicardo Constantino
And run the build request only at the last configuration. Also add a check if api_key is unset to not try to request a new build. Signed-off-by: Ralph Giles <giles@thaumas.net>
2017-05-24appveyor: Add the api key for the linked ci builds.Ralph Giles
The appveyor script needs an encrypted api key to trigger downstream builds, and there doesn't seem to be an easy way to make the builds we run for the main repo something other contributors can control. Signed-off-by: Ricardo Constantino <wiiaboo@gmail.com>
2017-05-24appveyor: request rebuild of opus-tools on successful buildRicardo Constantino
Using my API key for now, but needs rillian's to work. Signed-off-by: Ralph Giles <giles@thaumas.net>
2017-05-24appveyor: simplify and preserve pathsRicardo Constantino
Artifact with preserved paths is more useful for CI. Signed-off-by: Ralph Giles <giles@thaumas.net>
2017-05-24appveyor: move to dotfile like travisRicardo Constantino
Less clutter on systems that hide dotfiles. Signed-off-by: Ralph Giles <giles@thaumas.net>