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 cee22f2 commit 9abe438
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
build_debug: |
cd test
scons platform={0} target=template_debug {1} build_library=no
scons platform={0} target=template_debug build_library=no {1}
build_release: |
cd test
Expand All @@ -38,7 +38,7 @@ jobs:
cmake -G Ninja -B build test
build_godot_cpp_debug: |
cmake --build build --target godot-cpp
cmake --build build --target godot-cpp-test
build_debug: |
cmake --build build
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
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.build_release, matrix.platforms.platform, matrix.platforms.flags) }}

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

0 comments on commit 9abe438

Please sign in to comment.