File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments