summaryrefslogtreecommitdiff
path: root/appveyor.yml
AgeCommit message (Collapse)Author
2018-04-14Trim tests on Windows CIAlex Crichton
2017-08-14suppress interactive vcpkg prompt in appveyorJim McGrath
2017-05-24optionally use libssh2 from vcpkg for msvc abi buildsJim McGrath
2016-10-10pass --target on appveyorAlex Crichton
2016-05-06Try to pick up `make` on appveyorAlex Crichton
2016-04-08Check out submodule if it doesn't exist in devAlex Crichton
2015-10-07Is msys installed on appveyor?Alex Crichton
2015-10-07Add automated testing of FFI bindingsAlex Crichton
2015-07-31Don't run vcvarsall manuallyAlex Crichton
2015-07-31Merge branch 'libssh2-update'Alex Crichton
2015-07-31OK, scrap mingw for nowAlex Crichton
2015-07-31Fix MSYS include pathAlex Crichton
2015-07-31Schedule MinGW firstAlex Crichton
2015-07-31Add MSYS to PATH on appveyorAlex Crichton
2015-07-31Test MinGW now that we're using cmakeAlex Crichton
2015-07-31Update submodule on appveyorAlex Crichton
2015-07-31Revert "Don't call vcvarsall manually"Alex Crichton
This reverts commit 2194e226a05ede85b3cea1bbbf2a091405624f55.
2015-07-31Don't call vcvarsall manuallyAlex Crichton
2015-07-23Don't test GNU windowsAlex Crichton
2015-07-23Test on 32-bit msvcAlex Crichton
2015-06-30Don't build on MinGW appveyorAlex Crichton
Unfortunately MinGW is too old to build successfully on appveyor
2015-06-30Use combined installer for targetsAlex Crichton
2015-06-13Use MSVC nightlies on appveyorAlex Crichton
2015-06-02Scale back appveyor configAlex Crichton
Eventually we won't need to install any MSYS things, and otherwise the build script should take care of everything.
2015-04-30Overhaul the build on windowsAlex Crichton
* Have an entirely separate path for windows builds * Run `make install` on unix builds for libssh2 * On Windows, first detect whether `make` is available * Use the specific `win32/GNUmakefile` for windows instead of the standard configure/make procedure for unix. * Continue doing a manual install on Windows, but don't rely on `pkg-config` existing and don't emit a pkg-config file. One day this may support MSVC-based builds, but support is not added at this time.
2015-04-29Tweak appveyor configAlex Crichton
2015-04-29Specify there is no build on appveyorAlex Crichton
2015-04-29Add appveyor configAlex Crichton