Added a CMakeFiles.txt
to be able to use current
from another project as a cmake
project.
#7
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: "make cmake_test" | |
on: | |
workflow_dispatch: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
cmake-run-tests-debug: | |
runs-on: macos-latest | |
steps: | |
- name: git clone | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 1 | |
- name: make cmake_test | |
run: make cmake_test |