Skip to content

Commit

Permalink
[Minor] Enable hyperscan in drone pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
vstakhov committed Sep 8, 2023
1 parent f4a6e61 commit 98fef97
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ steps:
-DCMAKE_VERBOSE_MAKEFILE=ON
-DENABLE_COVERAGE=ON
-DENABLE_LIBUNWIND=ON
-DENABLE_HYPERSCAN=ON
-GNinja
$CI_WORKSPACE
- ncpu=$(getconf _NPROCESSORS_ONLN)
Expand Down Expand Up @@ -69,6 +70,7 @@ steps:
-DCMAKE_VERBOSE_MAKEFILE=ON
-DENABLE_CLANG_PLUGIN=ON
-DENABLE_FULL_DEBUG=ON
-DENABLE_HYPERSCAN=ON
-DSANITIZE=address
$CI_WORKSPACE
- ncpu=$(getconf _NPROCESSORS_ONLN)
Expand Down Expand Up @@ -281,6 +283,6 @@ trigger:

---
kind: signature
hmac: 4d798e49a5467e97c058b5b9ef2ebef987616117edbf3ed886e53ac13155b2b5
hmac: f872f03e58aa40d039377909ef889f867b77d82cdd8b87b398096e3a1e954a24

...

0 comments on commit 98fef97

Please sign in to comment.