Syw UID2-3679 cpp sdk base64 v4 token (#26) #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CMake macOS | |
on: [push] | |
jobs: | |
build: | |
runs-on: macos-latest | |
strategy: | |
matrix: | |
compiler: [clang] | |
build_type: [debug, release] | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Dev environment | |
run: | | |
${{github.workspace}}/tools/install-macos-deps.sh | |
- name: Build and Test | |
run: ${{github.workspace}}/tools/build.sh ${{matrix.build_type}}-${{matrix.compiler}} |