File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed
Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 5656 path : SFML
5757
5858 - name : Configure SFML CMake
59- run : cmake -S SFML -B SFML/build -DCMAKE_INSTALL_PREFIX=SFML/install ${{matrix.platform.flags}} ${{matrix.config.flags}} -DCMAKE_BUILD_TYPE=${{matrix.type.name}}
59+ run : |
60+ cmake -S SFML -B SFML/build \
61+ -DCMAKE_BUILD_TYPE=${{matrix.type.name}} \
62+ -DCMAKE_INSTALL_PREFIX=SFML/install \
63+ ${{matrix.platform.flags}} \
64+ ${{matrix.config.flags}}
6065
6166 - name : Build SFML
6267 run : cmake --build SFML/build --config ${{matrix.type.name}} --target install
6772 path : CSFML
6873
6974 - name : Configure CSFML CMake
70- run : cmake --preset dev -S CSFML -B CSFML/build -DCMAKE_INSTALL_PREFIX=CSFML/install -DSFML_ROOT=SFML/install -DCMAKE_VERBOSE_MAKEFILE=ON ${{matrix.platform.flags}} ${{matrix.config.flags}} ${{matrix.config.csfml_flags}} -DCMAKE_BUILD_TYPE=${{matrix.type.name}}
75+ run : |
76+ cmake --preset dev -S CSFML -B CSFML/build \
77+ -DCMAKE_BUILD_TYPE=${{matrix.type.name}} \
78+ -DCMAKE_INSTALL_PREFIX=CSFML/install \
79+ -DSFML_ROOT=SFML/install \
80+ -DCMAKE_VERBOSE_MAKEFILE=ON \
81+ ${{matrix.platform.flags}} \
82+ ${{matrix.config.flags}} \
83+ ${{matrix.config.csfml_flags}}
7184
7285 - name : Build CSFML
7386 run : cmake --build CSFML/build --config ${{matrix.type.name}} --target install
You can’t perform that action at this time.
0 commit comments