mirror of
https://github.com/github/codeql.git
synced 2026-04-15 03:54:02 +02:00
7 lines
144 B
Python
7 lines
144 B
Python
from create_database_utils import *
|
|
|
|
run_codeql_database_create([
|
|
'swift package clean',
|
|
'swift build'
|
|
], lang='swift', keep_trap=True)
|