mirror of
https://github.com/google/cpu_features.git
synced 2025-07-03 06:03:17 +02:00
Move ci folder and make naming more consistent (#233)
This commit is contained in:

committed by
GitHub

parent
70ca4fd06f
commit
c219c921c5
7
cmake/ci/doc/generate_image.sh
Executable file
7
cmake/ci/doc/generate_image.sh
Executable file
@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -ex
|
||||
|
||||
rm -f ./*.svg ./*.png
|
||||
for i in *.dot; do
|
||||
plantuml -Tsvg "$i";
|
||||
done
|
Reference in New Issue
Block a user