aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
AgeCommit message (Expand)Author
2020-07-20rename the C Makefile to Makefile.testingJack O'Connor
2020-05-05add newline and backslash escaping to b3sum outputJack O'Connor
2020-04-11print the compiler version in CI, for help with debuggingJack O'Connor
2020-04-02only run CI on branches and PRs, not tagsJack O'Connor
2020-04-01automatically fall back to the pure Rust buildJack O'Connor
2020-03-31turn all compiler warnings into errors in CIJack O'Connor
2020-03-29add testing-only flags to disable individual instruction setsJack O'Connor
2020-03-29refactor the Cargo feature setJack O'Connor
2020-03-29add more --release mode testingJack O'Connor
2020-03-28print instruction set support quietlyJack O'Connor
2020-03-28print out instruction set support in CIJack O'Connor
2020-03-28add release assembly testsJack O'Connor
2020-03-24disable fail-fast for cross tests tooJack O'Connor
2020-02-12more file renaming, use underscores more consistentlyJack O'Connor
2020-02-12Rename assembly files (blake3-* -> blake3_*)Erik Johansson
2020-02-12add test_asm to the C Makefileasm_integration2Jack O'Connor
2020-02-12integrate assembly implementations into blake3_c_rust_bindingsJack O'Connor
2020-02-12integrate assembly implementations into the blake3 crateJack O'Connor
2020-02-11add cross testing on i686 to CIJack O'Connor
2020-02-07add the Windows GNU toolchain to CIJack O'Connor
2020-02-06stop skipping all other builds when one CI build failsJack O'Connor
2020-01-20add the reference impl doc test to CIJack O'Connor
2020-01-20test the BLAKE3_NO_* vars in CIJack O'Connor
2020-01-16add blake3_c_rust_bindings for testing and benchmarkingJack O'Connor
2020-01-10enable CI on pull requestsJack O'Connor
2020-01-09merge the C code's ci.yml into the top level oneJack O'Connor
2019-12-13test release mode in CIJack O'Connor
2019-12-12make the "c_avx512" feature a no-op on non-x86Jack O'Connor
2019-12-12initial version of b3sumJack O'Connor
2019-12-11fix syntax errors in ci.ymlJack O'Connor
2019-12-11run the test vectors on cross tests (ARM, MIPS) on CIJack O'Connor
2019-12-11fix bench tests running in the wrong directoryJack O'Connor
2019-12-11run test vectors and bench tests in the regular CI test matrixJack O'Connor
2019-12-11test against test_vectors.json in CIJack O'Connor
2019-12-10add `cargo +nightly test --benches` to CIJack O'Connor
2019-12-09typo in ci.ymlJack O'Connor
2019-12-09set ARMv7 NEON compiler flags automaticallyJack O'Connor
2019-12-09fix a syntax error in ci.ymlJack O'Connor
2019-12-09add ci.ymlJack O'Connor