Skip to content
Snippets Groups Projects

testing/gotify-cli: upgrade to 2.2.4

Merged raspbeguy requested to merge raspbeguy/aports:gotify-cli-2.2.4 into master
7 files
+ 78
14
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 4
0
@@ -80,6 +80,10 @@ check() {
# qa_pcbnew on x86_64: SIGTRAP***Exception/"Assert failure"
ctest --test-dir build --output-on-failure -E "qa_pcbnew"
;;
loongarch64)
# qa_pcbnew on loongarch64: SIGTRAP***Exception/"Assert failure"
ctest --test-dir build --output-on-failure -E "qa_pcbnew"
;;
*)
ctest --test-dir build --output-on-failure
esac
Loading