Skip to content

Commit 227cc2c

Browse files
committed
Add an AArch64 worker to the CI
1 parent 51f8a40 commit 227cc2c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,18 @@ matrix:
2828
- env: NAME=features-test
2929
rust: nightly
3030
script: ./test_features.sh
31+
- env: NAME=test-aarch64
32+
arch: arm64
33+
rust: nightly
34+
script:
35+
- cd sha1
36+
- cargo test --verbose --release --features asm-aarch64
37+
- cargo bench --verbose
38+
- cargo bench --verbose --features asm-aarch64
39+
- cd ../sha2
40+
- cargo test --verbose --release --features asm-aarch64
41+
- cargo bench --verbose
42+
- cargo bench --verbose --features asm-aarch64
3143

3244
install:
3345
- cargo install cross || true

0 commit comments

Comments
 (0)