Skip to content

sync to p-ranav/argparse@ac4c2c2d96c974c6a4e487f288bfc89e108b64b1 #35

sync to p-ranav/argparse@ac4c2c2d96c974c6a4e487f288bfc89e108b64b1

sync to p-ranav/argparse@ac4c2c2d96c974c6a4e487f288bfc89e108b64b1 #35

Workflow file for this run

name: build menuconfig
on:
push:
# Sequence of patterns matched against refs/heads
branches:
- main
# Sequence of patterns matched against refs/tags
tags:
- v*
paths-ignore:
- .gitpicker.json
- Kconfig
- COPYING
- '**/README.md'
- '**/.gitignore'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install deps and build
run: |
sudo chmod 777 ./install_deps.sh
bash ./install_deps.sh
mkdir build && cd build && cmake .. && make menuconfig