summaryrefslogtreecommitdiff
path: root/circle.yml
AgeCommit message (Collapse)Author
2018-02-06Improve stability of crypto_memcmp test.iphydf
Also reduce number of people in conference to 5, because on Circle CI the test times out trying to connect more than 6 or 7 people. The persistent conferences PR will improve this so we can set it much higher then.
2018-01-20update to astyle 2.04 on circleCI to get the correct resultzoff99
2018-01-19Add astyle to Circle CI build.iphydf
2018-01-15update rpm spec and use variables in cmake instead of hardcoded paths (#624)Smoked Cheese
2018-01-10Disable asan, since it seems to break on travis.iphydf
But enable it on circle ci, so at least we have one asan build.
2017-04-22Revert "Implement tox_loop"Maxim Biro
This reverts commit 5ff099763b1f56414572e1c12eb2f003117db5a0.
2017-04-01Implement tox_loopAnsa89
2017-04-01Save android artifacts after CircleCI builds.Zoff
2017-01-24Add Android build to CI.Zoff
Fixes #340 Fixes #457
2017-01-20Only retry failed tests on Circle CI instead of all.iphydf
Retrying all tests is more likely to result in a different set of tests failing the second time. This change makes sure only the failed tests are retried.
2017-01-03Add CircleCI SupportZoff