Create cmake.yml #9

Closed
twistdroach wants to merge 6 commits from github-workflow into master
Showing only changes of commit aea57745b7 - Show all commits

View File

@ -16,6 +16,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
submodules: true
- name: Create Build Environment - name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory # Some projects don't allow in-source building, so create a separate build directory