summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
Commit message (Expand)AuthorAgeFilesLines
* build: move meson files from contrib, to go alongside other build systemsEli Schwartz2023-01-301-3/+3
* Change the version of lib[x]gcc for clang-(11|12) -mx32Takayuki Matsuoka2022-11-291-2/+2
* Update Meson build to 1.9.4Tristan Partin2022-10-201-1/+6
* attempt to enable ubsan tests in CIYann Collet2022-09-081-18/+6
* Bump actions/upload-artifact from 1 to 3dependabot[bot]2022-08-191-1/+1
* Bump actions/checkout from 2 to 3dependabot[bot]2022-08-191-27/+27
* Bump actions/setup-python from 2 to 4dependabot[bot]2022-08-191-1/+1
* Cancel in-progress CI if a new commit workflow supplants itTristan Partin2022-08-171-0/+4
* Add ubuntu-22.04 and the latest C/C++ compilers for LinuxTakayuki Matsuoka2022-08-121-5/+8
* Add freestanding test to specific target in ci.ymlTakayuki Matsuoka2022-08-081-30/+36
* add dedicated install testYann Collet2022-07-171-0/+4
* update CI `make test` to employ `-j`Yann Collet2022-07-171-8/+8
* Merge pull request #1117 from lz4/testConsoleYann Collet2022-07-151-4/+3
|\
| * refactor test ensuring that make test does not depend on console statusYann Collet2022-07-151-4/+3
* | Test support of Standard Makefile VariablesYann Collet2022-07-151-0/+10
|/
* enable -m32 & -mx32 tests on all version of clang >= 4.0Yann Collet2022-07-131-10/+10
* tested clang-12 with -m32 & -mx32Yann Collet2022-07-131-1/+1
* restore gcc-11 tests for -m32 and -mx32Yann Collet2022-07-131-1/+1
* added abiTests to githubYann Collet2022-07-121-0/+15
* add ossfuzz tests to Github ActionsYann Collet2022-07-101-0/+30
* Merge pull request #1088 from turrisxyz/Pinned-Dependencies-GitHubYann Collet2022-07-011-0/+3
|\
| * chore: Set permissions for GitHub actionsnathannaveen2022-05-311-0/+3
* | test lz4 compression on a block deviceYann Collet2022-07-011-1/+15
|/
* Add virtual environment checking for Ubuntu 22.04Takayuki Matsuoka2022-05-071-0/+1
* Merge pull request #1064 from tristan957/mesonYann Collet2022-02-161-5/+4
|\
| * Fixup meson buildTristan Partin2022-02-091-5/+4
* | Update links in comments.Eddy Jansson2022-02-121-2/+2
* | added target test-compile-with-lz4-memory-usageYann Collet2022-01-311-2/+8
|/
* Remove invalid variableTakayuki Matsuoka2021-09-061-2/+2
* Add test for examples/Takayuki Matsuoka2021-09-061-0/+22
* trim excess whitespacea13460542021-08-211-1/+1
* ci: sh -> bashNate2021-08-081-1/+1
* ci: pass script through shNate2021-08-081-1/+1
* ci(.github/workflows/ci.yml): fix invalid yamlNate2021-08-081-3/+1
* ci(.github/workflows/ci.yml): run unicode lint under github actionsNate2021-08-081-0/+10
* All compilers now support stdc11.Eddy Jansson2021-07-311-23/+22
* All compilers now support stdc90.Eddy Jansson2021-07-311-23/+22
* Remove ubuntu-16.04 as a test platform.Eddy Jansson2021-07-311-8/+0
* Fix package related errorsTakayuki Matsuoka2021-06-161-8/+30
* Fix error in ci.ymlTakayuki Matsuoka2021-06-011-1/+1
* Update document for .github/workflowsTakayuki Matsuoka2021-06-011-5/+15
* Add label for checkTag testTakayuki Matsuoka2021-05-311-0/+1
* Add make -C tests checkTag to ci.ymlTakayuki Matsuoka2021-05-311-0/+16
* Enable c_standards as per #994Takayuki Matsuoka2021-05-311-8/+8
* Enable cxxtest as per #993Takayuki Matsuoka2021-05-311-3/+3
* Improve CI scriptTakayuki Matsuoka2021-05-301-316/+483
* Temporary ignore make usanTakayuki Matsuoka2021-05-281-1/+13
* Add GitHub Actions script ci.ymlTakayuki Matsuoka2021-05-271-0/+462