mac try to build sfml from source
This commit is contained in:
15
.github/workflows/ci.yml
vendored
15
.github/workflows/ci.yml
vendored
@@ -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',
|
||||
|
Reference in New Issue
Block a user