Skip to content

Commit

Permalink
[#197] Modify CI YML for more info
Browse files Browse the repository at this point in the history
  • Loading branch information
Donnie-Ice committed Jul 29, 2024
1 parent e4ff2a3 commit f571301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/scripts/build_rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
source $SCRIPT_DIR/env.sh

cmake $BASE_DIR -DCODECOV=1 -DDEBUG=1 -DMC_INTERNAL=1 -DTEST=1 -DTEST_ENC=1 -DSA_FILE=1 && make && make test && ./bin/ut_aes_gcm_siv
cmake $BASE_DIR -DCODECOV=1 -DDEBUG=1 -DMC_INTERNAL=1 -DTEST=1 -DTEST_ENC=1 -DSA_FILE=1 && make && ./bin/ut_aes_gcm_siv

0 comments on commit f571301

Please sign in to comment.