Skip to content

Commit

Permalink
.github: Run tests using clang-thumbv7e+dp configuration
Browse files Browse the repository at this point in the history
Add a DP target using clang.

Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 26, 2024
1 parent 98d054b commit 58d6157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/do-linux
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ HERE=`dirname "$0"`
"$HERE"/do-test arm "$@"
"$HERE"/do-test cortex-a9 "$@"
"$HERE"/do-test clang-thumbv7e+fp "$@"
"$HERE"/do-test clang-thumbv7e+dp "$@"
"$HERE"/do-test clang-thumbv7m "$@"
"$HERE"/do-test clang-thumbv6m "$@"
"$HERE"/do-build mips "$@"
Expand Down

0 comments on commit 58d6157

Please sign in to comment.