linux-wifi-hotspot/.github/workflows/build.yml
2021-09-30 23:38:33 +05:30

17 lines
295 B
YAML

name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Build binaries
run: |
sudo apt-get install -y libgtk-3-dev build-essential cmake gcc g++ pkg-config make
make
sudo make install