CI: Add macOS

This commit is contained in:
Jonas Kvinge
2022-08-07 10:55:39 +02:00
parent 5b7087cc9e
commit a647f63bb0
2 changed files with 135 additions and 1 deletions

View File

@@ -140,7 +140,7 @@ int main(int argc, char **argv) {
}
else {
qLog(Error) << "Could not parse otool output line:" << output_line;
success = false;
continue;
}
}
}