Commit Graph

17 Commits

Author SHA1 Message Date
iphydf 5ab301ecab chore: Remove all references to Travis CI.
Travis gave up on FOSS, so no more free advertisement for Travis.
2022-01-10 01:17:46 +00:00
iphydf e848853968 chore: Remove old travis docker scripts.
These aren't useful anymore. We don't have travis anymore, so there's no
need to simulate the travis CI environment.
2022-01-02 19:41:46 +00:00
iphydf ac5df0692c chore: Add docker image for running circleci/cmake-{asan,tsan}.
Use `make asan` or `make tsan` to run a similar setup to the one we run
on circleci.
2021-12-22 10:14:16 +00:00
iphydf 5c1796d3c4 chore: Use docker for the autotools ci build.
This makes it easier to run it locally for testing and ensures the
dockerfile continues to work.
2021-12-14 15:51:51 +00:00
Maxim Biro 0d5f85485b Update deps used in Windows build scripts 2021-02-25 13:59:18 +03:00
redmanmale 98c148179f Add Cygwin build script 2021-02-25 13:57:42 +03:00
iphydf 3851cfb652 Add autotools build to localbuild docker images. 2020-05-05 23:41:16 +01:00
iphydf 4efe541814 Add a script to run Travis CI locally.
This isn't quite Travis, but close enough for local testing.
2020-05-03 16:59:26 +01:00
zugz (tox) 08e6a1863e bump libsodium version in appveyor.yml and windows Dockerfile 2019-11-17 13:40:34 +01:00
Maxim Biro ebf3a82de8 Use new WineHQ Debian package repository key 2019-01-03 22:02:22 -05:00
iphydf 72ef08597e Allow unauthenticated wine packages in the Windows build. 2019-01-03 10:49:37 +00:00
yangfl d3d5b701cb Fix typos 2018-09-19 18:16:13 +00:00
iphydf 1a54be06cd Simplify Travis CI builds.
Have one script per build. This means more duplication between the
scripts, but it's much easier to understand and to run locally.
2018-07-01 08:35:44 +00:00
Maxim Biro ef172adebe Use Wine Devel instead of Wine Staging
Wine Staging is not maintained
https://wine-staging.com/news/2018-02-17-future-wine-staging.html
2018-02-18 17:13:59 +00:00
iphydf 6cd4fcdec4 Remove libcheck from the dependencies.
We're not gaining much from this library, and it's a burden, especially
for windows development.
2018-02-09 20:51:39 +00:00
Maxim Biro 2a5941c9f9 Use Wine Staging for running Windows tests 2018-01-25 17:27:26 -05:00
Maxim Biro e672b6f092 Add Dockerfile for Windows cross-compilation 2018-01-25 16:04:54 -05:00