Skip to content

Commit

Permalink
perhaps my indentation was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
enetheru committed Mar 11, 2024
1 parent af0a80c commit aaa1f0e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@ jobs:
# Cmake configure and build godot-cpp
- name: Configure godot-cpp
run: >
run: >-
cmake -B build
-DCMAKE_BUILD_TYPE=Release
-GNinja .
-DCMAKE_BUILD_TYPE=Release
-GNinja .
- name: Build godot-cpp
run:
cmake --build build -j $(nproc)

# Configure and build test extension
- name: Configure godot-cpp/test
run: >
run: >-
cmake -B build -S test
-DCMAKE_BUILD_TYPE=Release
-DGODOT_HEADERS_PATH="./godot-headers"
-DCPP_BINDINGS_PATH="."
-GNinja .
-DCMAKE_BUILD_TYPE=Release
-DGODOT_HEADERS_PATH="./godot-headers"
-DCPP_BINDINGS_PATH="."
-GNinja .
- name: Build godot-cpp/test
run:
cmake --build build -j $(nproc)
Expand Down

0 comments on commit aaa1f0e

Please sign in to comment.