1
0
Fork 0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-05-08 19:06:02 +02:00
BLAKE3/.github/workflows
Jack O'Connor 3d212291b9 add cross_test.sh for the C bindings
This will let us add big endian testing to CI for our C code. (We were
already doing it for our Rust code.)

This is adapted from test_vectors/cross_test.sh. It works around the
limitation that the `cross` tool can't reach parent directories. It's an
unfortunate hack, but at least it's only for testing. It might've been
less hacky to use symlinks for this somehow, but I worry that would
break things on Windows, and I don't want to have to add workarounds for
my workarounds.
2020-09-29 16:48:18 -04:00
..
build_b3sum.py build b3sum binaries in CI for new tags 2020-04-28 11:04:29 -04:00
ci.yml add cross_test.sh for the C bindings 2020-09-29 16:48:18 -04:00
tag.yml build b3sum binaries in CI for new tags 2020-04-28 11:04:29 -04:00
upload_github_release_asset.py build b3sum binaries in CI for new tags 2020-04-28 11:04:29 -04:00