Skip to content

Commit

Permalink
add github ci2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bechir committed Apr 2, 2024
1 parent b6b9117 commit 198d335
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Build and run tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
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
build:
runs-on: ubuntu-latest
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

0 comments on commit 198d335

Please sign in to comment.