Skip to content

Commit

Permalink
ci: use cmake plugin for fluentci
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Aug 21, 2024
1 parent bf31f0f commit 5078374
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup FluentCI
- name: Build and Test
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
plugin: devbox
args: setup
- name: Build
run: |
[ -f devbox.json ] || devbox init
devbox add cmake
mkdir -p build
cp devbox.* build/
cd build && devbox run cmake .. && make
- name: Test
run: |
devbox run make test
working-directory: build
plugin: cmake
args: |
generate
make
make test

0 comments on commit 5078374

Please sign in to comment.