summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove reduntant variables in workflows with deployAzat Khuzhin2020-07-282-4/+0
| | | | Fixes: bfbbc882 ("Change user.name/user.email to robot for deploy via github actions")
* Change user.name/user.email to robot for deploy via github actionsAzat Khuzhin2020-07-282-4/+4
|
* ci/doxygen: install missing libmbedtls-devAzat Khuzhin2020-07-231-1/+1
|
* ci/coverage: add missing libmbedtls-devAzat Khuzhin2020-07-231-1/+1
|
* add mbedtls to CIokhowang(王沛文)2020-07-224-16/+27
|
* ci/linux: create dist artifact only if dist archive was builtAzat Khuzhin2020-07-051-2/+2
| | | | Fixes: 512c88ce ("ci/linux: add dist check")
* ci: set build type to debug with sanitizersAzat Khuzhin2020-07-051-3/+3
|
* Add abi-check report into artifactsAzat Khuzhin2020-06-281-0/+4
|
* Add LSAN suppressions (for OpenSSL temporary quirk)Azat Khuzhin2020-06-251-0/+1
|
* Add TSAN suppressionsAzat Khuzhin2020-06-251-0/+2
|
* ci: run tests under sanitizersAzat Khuzhin2020-06-251-7/+9
| | | | | | | | | Added: - ASAN - TSAN - UBSAN And disable some tests that are know to have leaks.
* CI: catch failures and retryyuangongji2020-05-284-71/+114
|
* Include details of the ABI compatibility reportAzat Khuzhin2020-05-061-1/+1
|
* Add ABI compatibility report deployAzat Khuzhin2020-05-061-0/+73
| | | | Closes: #887
* ci/linux: add dist checkAzat Khuzhin2020-05-051-0/+46
|
* ci: change cache key for windows/mingwAzat Khuzhin2020-05-052-4/+4
| | | | | | | | | Should fix the following current failures: - 2020-05-04T22:32:02.9490248Z C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\MSBuild\Microsoft\VC\v160\Microsoft.CppCommon.targets(231,5): error MSB6006: "cmd.exe" exited with code 3. [D:\a\libevent\libevent\build\regress.vcxproj] - cmake : /usr/bin/sh: /C/hostedtoolcache/windows/Python/3.7.6/x64/python.exe: No such file or directory P.S. I guess python has another path, but on my fork it is the same and it passes.
* Do not run CI if message contains "ci skip"Azat Khuzhin2020-05-056-0/+10
| | | | https://github.com/marketplace/actions/skip-based-on-commit-message
* github actions looks good - drop travis/appveyor (#951)Azat Khuzhin2020-05-041-0/+0
| | | | Actually right now github's VMs is better then travis/appveyor.
* github workflows: ignore previous cacheyuangongji2020-03-225-8/+8
| | | | | | modify the cache key to ignore previous cache for the changes of configure.ac/CMakeLists.txt to take effect.
* github workflows: test for mingw via cmakeyuangongji2020-03-221-5/+63
|
* github workflow: fix configure error on mingw-w64yuangongji2020-03-171-3/+3
|
* github actions: test and coverageyuangongji2020-01-275-0/+695
|
* github actions: doxygenyuangongji2020-01-271-0/+58
|
* Deploy documentation to libevent-doc.github.ioAzat Khuzhin2019-09-081-0/+0
Based-on: https://github.com/ygj6/libevent/commit/4a86dcb4df0f9dc69f7722a1ba7567ef3b8447c8.patch (by @ygj6)