summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
Commit message (Expand)AuthorAgeFilesLines
* Try using one less make job to see its effect on total timeVadim Zeitlin2021-10-011-3/+4
* Add most of Linux builds from Travis CIVadim Zeitlin2021-10-011-1/+138
* Don't set CONFIGOPTS to empty string initiallyVadim Zeitlin2021-09-301-1/+3
* Define PY3 environment variable if necessaryVadim Zeitlin2021-09-301-0/+1
* Remove explicit CPP11 from matrix entries not needing itVadim Zeitlin2021-09-301-6/+3
* Use -fPIE for clang buildsVadim Zeitlin2021-09-301-0/+3
* Define CC and CXX environment variables correctlyVadim Zeitlin2021-09-301-3/+24
* Add builds with other gcc versions and clangVadim Zeitlin2021-09-301-9/+17
* Use the same ccache cache key for all languages but not compilersVadim Zeitlin2021-09-301-1/+1
* Use ccache for building, not just configuringVadim Zeitlin2021-09-301-0/+2
* Do not use "make -s" in the CI buildsVadim Zeitlin2021-09-301-5/+5
* Use consistent names for the build stepsVadim Zeitlin2021-09-301-6/+10
* Re-add "clean" step of the buildVadim Zeitlin2021-09-301-3/+6
* Use working directory step option instead of explicit "cd"Vadim Zeitlin2021-09-301-2/+2
* Don't set shell explicitly for the build stepsVadim Zeitlin2021-09-301-6/+3
* Set SWIGJOBS environment variable automaticallyVadim Zeitlin2021-09-301-2/+16
* Define all environment variables at job levelVadim Zeitlin2021-09-301-16/+11
* Use better names for the CI buildsVadim Zeitlin2021-09-301-0/+5
* Default to Ubuntu 20.04 if OS is not specifiedVadim Zeitlin2021-09-301-10/+7
* Skip running CI for the changes to the files not affecting itVadim Zeitlin2021-09-301-0/+6
* Rename workflow file to just ci.ymlVadim Zeitlin2021-08-091-0/+105