Updated NOTICE.md #2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Mosquitto - Build variants | |
on: | |
push: | |
branches: | |
- develop | |
- fixes | |
pull_request: | |
branches: | |
- develop | |
- fixes | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Install third party dependencies | |
run: | | |
sudo apt-get update | |
sudo apt-get install -y \ | |
docbook-xsl \ | |
libargon2-dev \ | |
libc-ares-dev \ | |
libcjson-dev \ | |
libcunit1-dev \ | |
libedit-dev \ | |
libgmock-dev \ | |
libmicrohttpd-dev \ | |
libssl-dev \ | |
libsystemd-dev \ | |
libwrap0-dev \ | |
python3-all \ | |
uthash-dev \ | |
xsltproc | |
- uses: actions/checkout@v4 | |
with: | |
submodules: 'true' | |
- name: build | |
run: ./buildtest.py |