We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdcfe86 commit 34105daCopy full SHA for 34105da
.github/workflows/codeql-analysis.yml
@@ -44,8 +44,8 @@ jobs:
44
45
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
46
# If this step fails, then you should remove it and run the build manually (see below)
47
- - name: Autobuild
48
- uses: github/codeql-action/autobuild@v1
+ #- name: Autobuild
+ # uses: github/codeql-action/autobuild@v1
49
50
# ℹ️ Command-line programs to run using the OS shell.
51
# 📚 https://git.io/JvXDl
@@ -54,9 +54,10 @@ jobs:
54
# and modify them (or add more) to build your code if your project
55
# uses a compiled language
56
57
- #- run: |
58
- # make bootstrap
59
- # make release
+ - run: |
+ mkdir build && cd build
+ cmake .. -DCMAKE_BUILD_TYPE=Release -DFIZZY_TESTING=ON -DFIZZY_WASI=ON
60
+ cmake --build .
61
62
- name: Perform CodeQL Analysis
63
uses: github/codeql-action/analyze@v1
0 commit comments