-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reverted the change to start_menu.py which caused the buttons to not appear. Stopped running the Python tests on ubuntu-latest for now due to the EGL bug. This will be fixed at a later date. Fixed the bug where CodeQL does not scan binding.cpp by manually compiling instead of using autobuild.
- Loading branch information
1 parent
bc9921c
commit bc4566f
Showing
8 changed files
with
34 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,11 +24,13 @@ jobs: | |
with: | ||
languages: ${{ matrix.language }} | ||
setup-python-dependencies: false | ||
- name: Autobuild C++ | ||
- name: Set up CMake | ||
if: matrix.language == 'cpp' | ||
uses: github/codeql-action/[email protected] | ||
with: | ||
working-directory: ${{ github.workspace }}/src/hades_extensions | ||
uses: lukka/[email protected] | ||
- name: Build CMake | ||
if: matrix.language == 'cpp' | ||
working-directory: ${{ github.workspace }}/src/hades_extensions | ||
run: cmake . --preset Debug && cmake --build build-debug | ||
- name: Perform CodeQL analysis | ||
uses: github/codeql-action/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters