mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
6 lines
186 B
Python
6 lines
186 B
Python
from create_database_utils import *
|
|
|
|
runSuccessfully(['xcodebuild', 'clean'])
|
|
runSuccessfully(['swift', 'package', 'clean'])
|
|
run_codeql_database_create([], lang='swift', keep_trap=True)
|