Yann Collet
|
6f1377301f
|
circleci: removed -m32 tests
installing dependencies costs ~2mn, making it the longest test
(test itself was < 15sec)
|
2017-12-01 18:34:22 -08:00 |
Yann Collet
|
272c142330
|
circleci : balance some tests
try to group them by "equivalent" duration
since next job will not start as long as previous one is not completed on both VM
|
2017-12-01 18:11:34 -08:00 |
Yann Collet
|
6127592391
|
circleci : removed cmaketest
strange error on pthread detection
(seems a bug in cmake detection, since
`make zstd` works perfectly with `-pthread` on same conf)
|
2017-12-01 17:56:16 -08:00 |
Yann Collet
|
c6f5bf071c
|
fixed powerpc test
misspelled CFLAGS
|
2017-12-01 17:35:29 -08:00 |
Yann Collet
|
74991c2764
|
circleci: removed gccX/clang tests
does no longer need to install these large packages
|
2017-12-01 17:28:24 -08:00 |
Yann Collet
|
30eeb248a8
|
added environment variable through circleci dashboard
check if it works better
|
2017-12-01 17:22:04 -08:00 |
Yann Collet
|
363355448b
|
circleci: removed one test node
|
2017-12-01 17:02:55 -08:00 |
Yann Collet
|
519cf3b400
|
circleci: add CFLAGS=-O0 environment variable
for faster compilation
|
2017-12-01 16:31:40 -08:00 |
Yann Collet
|
4413ed27e4
|
circleci : make libzstd-nomt had its own test
|
2017-12-01 16:27:24 -08:00 |
Yann Collet
|
49a445e65d
|
fixed circle-ci script
|
2017-11-17 02:14:16 -08:00 |
Nick Terrell
|
77d5bc2d62
|
[fuzz][CI] Add regression tests to the CI
|
2017-09-25 15:32:31 -07:00 |
Yann Collet
|
0d6ecc72a3
|
makes it possible to compile libzstd in single-thread mode without zstdmt_compress.c (#819)
|
2017-09-11 14:09:34 -07:00 |
Nick Terrell
|
9ba97182d1
|
[CI] Add gcc7build test
|
2017-08-08 13:28:56 -07:00 |
Milan Ševčík
|
f49f760b41
|
Test new cmake branches with Circle CI
|
2017-04-19 21:34:17 +02:00 |
Sean Purcell
|
a1a195044f
|
Use test section
|
2017-03-06 18:21:38 -08:00 |
Sean Purcell
|
3437bf2feb
|
Add build targets to the Makefile, and update CircleCI tests
|
2017-03-06 15:05:02 -08:00 |
Sean Purcell
|
f119b62055
|
Create a tool that generates random, valid, Zstd frames for decoder testing
Note: Does not handle dictionaries currently
|
2017-02-22 16:08:34 -08:00 |
Przemyslaw Skibinski
|
65add2934a
|
circle.yml: set FUZZERTEST=-T4mn
|
2017-02-17 07:54:37 +01:00 |
Przemyslaw Skibinski
|
7a8811f3f5
|
circle.yml: make travis-install
|
2017-02-16 19:04:22 +01:00 |
Przemyslaw Skibinski
|
6f508421eb
|
faster start of containers
|
2017-02-16 18:45:17 +01:00 |
Przemyslaw Skibinski
|
40dadd65cc
|
join tests into pairs
|
2017-02-16 18:19:36 +01:00 |
Przemyslaw Skibinski
|
6babbff58d
|
move MOREFLAGS to circle.yml
|
2017-02-16 17:52:49 +01:00 |
Przemyslaw Skibinski
|
84452ca29f
|
more balanced tests
|
2017-02-16 16:27:40 +01:00 |
Przemyslaw Skibinski
|
21d9022b88
|
two groups of tests
|
2017-02-16 15:59:00 +01:00 |
Przemyslaw Skibinski
|
6b64abb287
|
improved clangtest
|
2017-02-16 15:28:08 +01:00 |
Przemyslaw Skibinski
|
9a0161d376
|
imporved test-zstd
|
2017-02-16 15:13:33 +01:00 |
Przemyslaw Skibinski
|
fa492a3eca
|
Tests for thread 1 (when CIRCLE_NODE_TOTAL=1) or thread 2
|
2017-02-16 14:39:21 +01:00 |
Przemyslaw Skibinski
|
cb76944861
|
final colon
|
2017-02-16 13:51:21 +01:00 |
Przemyslaw Skibinski
|
d3ff834562
|
check CIRCLE_NODE_TOTAL
|
2017-02-16 13:45:40 +01:00 |
Przemyslaw Skibinski
|
9e97a8a45a
|
check $CIRCLE_NODE_INDEX
|
2017-02-16 13:36:12 +01:00 |
Przemyslaw Skibinski
|
f8a5749c22
|
circle.yml: run only short tests
|
2017-02-16 13:08:30 +01:00 |
Przemyslaw Skibinski
|
9b5a1e9d97
|
added circle.yml
|
2017-02-14 20:06:41 +01:00 |