Skip to content

Commit 34105da

Browse files
committed
Run build
1 parent bdcfe86 commit 34105da

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444

4545
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646
# 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
47+
#- name: Autobuild
48+
# uses: github/codeql-action/autobuild@v1
4949

5050
# ℹ️ Command-line programs to run using the OS shell.
5151
# 📚 https://git.io/JvXDl
@@ -54,9 +54,10 @@ jobs:
5454
# and modify them (or add more) to build your code if your project
5555
# uses a compiled language
5656

57-
#- run: |
58-
# make bootstrap
59-
# make release
57+
- run: |
58+
mkdir build && cd build
59+
cmake .. -DCMAKE_BUILD_TYPE=Release -DFIZZY_TESTING=ON -DFIZZY_WASI=ON
60+
cmake --build .
6061
6162
- name: Perform CodeQL Analysis
6263
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)