Skip to content

add github ci2

add github ci2 #2

Workflow file for this run

name: Build and run tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest

Check failure on line 5 in .github/workflows/build-and-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-test.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
steps:
- uses: actions/checkout@v3
- name: build without python bindings with fetch content
run: |
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE="Debug" -DAARE_PYTHON_BINDINGS="OFF"
cmake --build . -j 10
- name: run tests
run: |
cd build/
./run_tests