Skip to content

Merge pull request #96 from uPiscium/uPiscium-patch-1 #3

Merge pull request #96 from uPiscium/uPiscium-patch-1

Merge pull request #96 from uPiscium/uPiscium-patch-1 #3

# This starter workflow is for a CMake project running on multiple platforms. There is a different starter workflow if you just want a single platform.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-single-platform.yml
name: CMake Auto Build
on:
push:
branches: [ "main", "dev/main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
mkdir build/

Check failure on line 17 in .github/workflows/CMake-Auto-Build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CMake-Auto-Build.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
cd build/
cmake ..
cmake --build .