Skip to content

Commit

Permalink
Manual build process...
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJMReynolds-SAG authored Mar 11, 2024
1 parent fad4ed7 commit 9738fb3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ jobs:
languages: 'swift'
queries: security-extended,security-and-quality

# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually
- name: Autobuild
uses: github/codeql-action/autobuild@v3
#Building manually, since Autobuild can't figure this one out...
- name: Create Xcode project
run: swift package generate-xcodeproj

- name: Build Xcode project
run: xcodebuild -sdk iphonesimulator

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 9738fb3

Please sign in to comment.