Skip to content

Commit

Permalink
Added build step
Browse files Browse the repository at this point in the history
  • Loading branch information
libiot committed Jun 10, 2024
1 parent 1293086 commit 8716e20
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: make
- name: make check
run: make check
- name: make distcheck
run: make distcheck
- name: build
run: |
mkdir build
cd build
cmake .. -GNinja -DFETCHCONTENT_QUIET=OFF
ninja package-llvm-toolchain

0 comments on commit 8716e20

Please sign in to comment.