Files
codeql/swift/integration-tests/osx-only/autobuilder/xcode-fails-spm-works/test.py

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)