Skip to content

Commit 9ba27c3

Browse files
committed
Clean up CI
1 parent 0b92764 commit 9ba27c3

File tree

3 files changed

+3
-132
lines changed

3 files changed

+3
-132
lines changed

.github/workflows/build_binary.yml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Build executable
14-
run: bash ./build.sh
14+
run: |
15+
cmake -S . -B build
16+
cmake --build build --parallel "$(nproc)"
1517
- name: install dev dependencies
1618
run: python3 -m pip install -r requirements_dev.txt
1719
- name: run tests

build.sh

Lines changed: 0 additions & 82 deletions
This file was deleted.

0 commit comments

Comments
 (0)