Skip to content

Making ecs component internal functions static. #53

Making ecs component internal functions static.

Making ecs component internal functions static. #53

name: macosx-clang-build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
LC_ALL: en_US.UTF-8
LANG: en_US.UTF-8
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: install dependencies
run: |
brew install pkg-config
- name: get cmake
uses: lukka/get-cmake@latest
with:
useLocalCache: true
useCloudCache: false
cmakeVersion: "3.25.0"
- name: run-vcpkg
uses: lukka/[email protected]
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: 'efca044b75fbf481d6650ce4d3b223d8af94f7a7'
- name: run build
uses: lukka/[email protected]
with:
cmakeListsTxtPath: '${{ github.workspace }}/CMakeLists.txt'
configurePreset: 'ninja-multi-vcpkg'
configurePresetAdditionalArgs: "['-DIS_CI_BUILD=true']"
buildPreset: 'ninja-multi-vcpkg'
- name: run unit tests
run: |
echo "Running seika tests!"
${{ github.workspace }}/builds/Debug/seika_test