Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
quite committed Dec 14, 2023
1 parent 380b9ff commit 6720bef
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,25 @@ jobs:
persist-credentials: false

- name: Clone tkey-libs
uses: actions/checkout@v3
with:
repository: tillitis/tkey-libs
ref: v0.0.2
path: ../tkey-libs
run: |
pwd
git clone -b v0.0.2 https://github.com/tillitis/tkey-libs ../tkey-libs
make -j
# - name: Clone tkey-libs
# uses: actions/checkout@v3
# with:
# repository: tillitis/tkey-libs
# ref: v0.0.2
# path: ../tkey-libs

- name: Build tkey-libs
run: |
cd tkey-libs
cd ../tkey-libs
make -j
- name: make
run: make LIBDIR=../tkey-libs
run: make

- name: check fmt of c code
run: make checkfmt
Expand Down

0 comments on commit 6720bef

Please sign in to comment.