Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake test
Browse files Browse the repository at this point in the history
Vano committed Mar 11, 2024
1 parent e55062f commit 26ed454
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -22,31 +22,8 @@ jobs:
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
build_debug: |
cd test
scons platform=${{ matrix.platforms.platform }} target=template_debug ${{ matrix.platforms.flags }} build_library=no
build_release: |
cd test
scons platform=${{ matrix.platforms.platform }} target=template_release ${{ matrix.platforms.flags }}
- name: CMake
generate_sources: |
cmake -G -B build test
build_godot_cpp_debug: |
cmake --build build --config Debug godot-cpp
build_debug: |
cmake --build build --config Debug
build_release: |
cmake -DTARGET=TEMPLATE_RELEASE -B build_release test
cmake --build build_release --config Release
platforms:
- name: 🐧 Linux
description: 'GCC'

0 comments on commit 26ed454

Please sign in to comment.