Skip to content

Commit

Permalink
cmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vano committed Mar 11, 2024
1 parent 23e19a7 commit e55062f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
matrix:
builder:
- name: SCons
generate_sources: scons platform=${{ matrix.platforms.platform }} build_library=no ${{ matrix.platforms.flags }} ; scons -c
generate_sources: |
scons platform=${{ matrix.platforms.platform }} build_library=no ${{ matrix.platforms.flags }}
scons -c
build_godot_cpp_debug: |
scons platform=${{ matrix.platforms.platform }} target=template_debug ${{ matrix.platforms.flags }} godot-cpp
Expand Down

0 comments on commit e55062f

Please sign in to comment.