Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed May 17, 2024
1 parent c3de7bf commit 5ab7b5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
run: |
sudo apt-get update && sudo apt-get install -y libcunit1-dev libtool libtool-bin exuberant-ctags clang-tools
./autogen.sh
- name: configure
./configure --disable-documentation --disable-doxygen --disable-man --enable-examples --enable-tests --disable-dtls
- name: check
run: |
scripts/check-missing-updates.sh
Expand Down
4 changes: 3 additions & 1 deletion scripts/check-missing-updates.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#/bin/bash

./configure --disable-documentation --disable-doxygen --disable-man --enable-examples --enable-tests --disable-dtls
#
# Check if there are any missing file updates
#

make update-map-file > /dev/null

Expand Down

0 comments on commit 5ab7b5b

Please sign in to comment.