[networkbrowserpli] same like 43fab92c8c5904ad4436fc018b048d6db9347f39 #499
This file contains 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: buildbot | |
on: | |
push: | |
branches: [ master ] | |
workflow_dispatch: | |
jobs: | |
build: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v4 | |
with: | |
ref: 'master' | |
- uses: actions/setup-python@v5 | |
with: | |
python-version: '3.12' | |
- name: Build CI | |
run: | | |
sudo apt-get -q update | |
sudo apt-get install dos2unix | |
pip install --upgrade pip autopep8 future | |
./CI/build.sh |