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 ae9bce5 commit c61a066
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,16 +182,16 @@ jobs:
uses: ashutoshvarma/setup-ninja@master

- name: Generate godot-cpp sources only
run: ${{ format(${{ matrix.builder.generate_sources, ${{matrix.platforms.platform}}, ${{matrix.platforms.flags}}) }}
run: ${{ format(${{ matrix.builder.generate_sources }}, ${{matrix.platforms.platform}}, ${{matrix.platforms.flags}}) }}

- name: Build godot-cpp (debug)
run: ${{ format(${{ matrix.builder.build_godot_cpp_debug, ${{matrix.platforms.platform}}, ${{matrix.platforms.flags}}) }}
run: ${{ format(${{ matrix.builder.build_godot_cpp_debug }}, ${{matrix.platforms.platform}}, ${{matrix.platforms.flags}}) }}

- name: Build test without rebuilding godot-cpp (debug)
run: ${{ format(${{ matrix.builder.build_debug, ${{matrix.platforms.platform}}, ${{matrix.platforms.flags}}) }}
run: ${{ format(${{ matrix.builder.build_debug }}, ${{matrix.platforms.platform}}, ${{matrix.platforms.flags}}) }}

- name: Build test and godot-cpp (release)
run: ${{ format(${{ matrix.builder.buld_release, ${{matrix.platforms.platform}}, ${{matrix.platforms.flags}}) }}
run: ${{ format(${{ matrix.builder.buld_release }}, ${{matrix.platforms.platform}}, ${{matrix.platforms.flags}}) }}

- name: Download latest Godot artifacts
uses: dsnopek/action-download-artifact@1322f74e2dac9feed2ee76a32d9ae1ca3b4cf4e9
Expand Down

0 comments on commit c61a066

Please sign in to comment.