summaryrefslogtreecommitdiff
path: root/.appveyor.yml
Commit message (Collapse)AuthorAgeFilesLines
* appveyor: fix typoed appveyor commandRicardo Constantino2017-05-251-1/+1
| | | | | | | 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>
* appveyor: Add the api key for the linked ci builds.Ralph Giles2017-05-241-1/+1
| | | | | | | | | 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>
* appveyor: request rebuild of opus-tools on successful buildRicardo Constantino2017-05-241-0/+7
| | | | | | Using my API key for now, but needs rillian's to work. Signed-off-by: Ralph Giles <giles@thaumas.net>
* appveyor: simplify and preserve pathsRicardo Constantino2017-05-241-18/+6
| | | | | | Artifact with preserved paths is more useful for CI. Signed-off-by: Ralph Giles <giles@thaumas.net>
* appveyor: move to dotfile like travisRicardo Constantino2017-05-241-0/+42
Less clutter on systems that hide dotfiles. Signed-off-by: Ralph Giles <giles@thaumas.net>