summaryrefslogtreecommitdiffstats
path: root/.circleci
Commit message (Collapse)AuthorAgeFilesLines
* fix CFLAGS unexport issueYann Collet2020-12-011-1/+1
|
* CircleCI : reduced test durationYann Collet2019-07-011-6/+4
| | | | | | | | | | | Ideally, we want to make CircleCI a "fast" test environment, with short feedback loop (~5mn). We are still far from this goal. This patch starts this process by removing "long" tasks which are non-essential and redundant with travisCI. It also acknowledges that parallelism is broken. The script should be more heavily updated to support parallelism, which might be important to support its goal.
* circleci : use custom docker image with pre-installed dependenciesEphraim Park2019-06-052-32/+13
|
* updated testsYann Collet2019-05-161-2/+2
| | | | | - only play listTest with `make test`, not `make all` which is limited to build - update `clangtest`, so that it's possible to disable O3 optimization, for faster processing
* switched to circle 2.0Yann Collet2018-09-101-0/+108
using automated config-translation