diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index ea0f17b..a9fb33f 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -18,6 +18,17 @@ jobs: - name: make run: make + build-cmake: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: cmake + run: cmake . + - name: make + run: make + build-cmake-mingw: runs-on: ubuntu-latest