Tim Ruffing
bb36fe9be0
ci: Test `make precomp`
2021-12-09 20:52:28 +01:00
Pieter Wuille
9f56bdf5b9
Merge bench_schnorrsig into bench
2021-11-05 17:35:11 -04:00
Pieter Wuille
3208557ae1
Merge bench_recover into bench
2021-11-05 17:34:46 -04:00
Pieter Wuille
855e18d8a8
Merge bench_ecdh into bench
2021-11-05 17:34:25 -04:00
Pieter Wuille
2a7be678a6
Combine bench_sign and bench_verify into single bench
2021-11-05 17:30:56 -04:00
Tim Ruffing
3d2f492ceb
ci: Install libasan6 (instead of 5) after Debian upgrade
2021-08-19 12:11:11 +02:00
Tim Ruffing
90e83449b2
ci: Add C++ test
2021-07-05 13:57:40 +02:00
Tim Ruffing
c58c4ea470
ci: Add ppc64le build
2021-06-08 17:03:53 +02:00
Tim Ruffing
02dcea1ad9
ci: Make test iterations configurable and tweak for sanitizer builds
2021-05-21 20:48:07 +02:00
Tim Ruffing
fcfcb97e74
ci: Simplify to use generic wrapper for QEMU, Valgrind, etc
2021-05-21 20:46:48 +02:00
Tim Ruffing
de4157f13a
ci: Run ASan/LSan and reorganize sanitizer and Valgrind jobs
2021-05-21 12:12:46 +02:00
Pieter Wuille
7d65ed5214
Add ARM32/ARM64 CI
2021-05-03 12:03:52 -07:00
Pieter Wuille
4dc37bf81b
Add mingw32-w64/wine CI build
2021-04-30 16:37:44 -07:00
Pieter Wuille
1f233b3fa0
Remove num/gmp support
...
The whole "num" API and its libgmp-based implementation are now unused. Remove them.
2021-03-15 13:01:52 -07:00
Tim Ruffing
9361f360bb
ci: Select number of parallel make jobs depending on CI environment
...
This should improve compilation times on macOS. Things can certainly
be improved further, e.g., by running the benchmarks in parallel.
2021-03-03 18:16:25 +01:00
Tim Ruffing
c7f754fe4d
ci: Run PRs on merge result instead of on the source branch
...
This is taken from Bitcoin Core's .cirrus.yml
2021-03-03 01:21:11 +01:00
Tim Ruffing
b994a8be3c
ci: Print information about binaries using "file"
2021-03-03 01:21:11 +01:00
Tim Ruffing
f24e122d13
ci: Switch all Linux builds to Debian
...
The experiment of using Nix Shell was not really successful. Most
notably, Nix uses a bunch of wrapper scripts around compilers, which
make the build much less "pure". This may be useful but it's exactly
not what we want for CI. In particular, this resulted in gcc being used
for the "clang" builds because a wrapper script redefined the CC env
variable.
This now builds a single docker image (Debian) for all architectures
that we test in CI on Linux.
2021-03-03 00:38:01 +01:00
Jonas Nick
cc2a5451dc
ci: Refactor Nix shell files
2021-01-29 22:26:02 +01:00
Tim Ruffing
2480e55c8f
ci: Remove support for Travis CI
...
So long, and thanks for all fish!
2021-01-29 21:54:07 +01:00
Tim Ruffing
8c02e465c5
ci: Add support for Cirrus CI
2021-01-29 21:54:07 +01:00