mac try to build sfml from source

This commit is contained in:
2024-07-02 12:47:32 -06:00
parent a1b5f57d1e
commit 0a08c27c50

View File

@@ -72,12 +72,21 @@
}
},
{
name: install dependencies,
run: brew install scons SFML
name: Build SFML,
id: sfml,
uses: oprypin/install-sfml@v1,
with: {
sfml: 2.6.1,
config: Release
}
},
{
name: install build dependencies,
run: brew install scons
},
{
name: build and unit test,
run: './.github/workflows/scripts/mac/scons-build.sh INCLUDEPATH="${{ steps.boost.outputs.root }}" LIBPATH="${{ steps.boost.outputs.librarydir }}"',
run: './.github/workflows/scripts/mac/scons-build.sh INCLUDEPATH="${{ steps.boost.outputs.root }}:${{steps.sfml.path}}/include" LIBPATH="${{ steps.boost.outputs.librarydir }}:${{steps.sfml.path}}/lib"',
},
{
name: 'Tar files',