Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Oct 9, 2024
1 parent 7474cf4 commit bbc8736
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ VAGRANT_VMS := \
netbsd \
openbsd


vms_targets := $(addsuffix _build, $(VAGRANT_VMS))
.PHONY: vms_build $(vms_targets)
vms_build: $(vms_targets)
Expand Down
6 changes: 5 additions & 1 deletion ci/docs/generate_image.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
#!/usr/bin/env bash
set -eux

rm -f ./*.svg ./*.png
# Check plantuml is in PATH
command -v plantuml

#rm -f "*.png"
rm -f "*.svg"
for i in *.dot; do
#plantuml -Tpng "$i";
plantuml -Tsvg "$i";
Expand Down

0 comments on commit bbc8736

Please # to comment.