mirror of https://github.com/wb2osz/direwolf.git
Merge 742452437f
into 5736b0f601
This commit is contained in:
commit
6a947c341a
|
@ -0,0 +1,17 @@
|
||||||
|
name: C/C++ CI
|
||||||
|
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-ubuntu:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: update
|
||||||
|
run: sudo apt update && sudo apt-get install libasound2-dev
|
||||||
|
- name: configure
|
||||||
|
run: mkdir build && cd build && cmake -DCMAKE_CXX_FLAGS="-Werror" ..
|
||||||
|
- name: build
|
||||||
|
run: cmake --build build
|
Loading…
Reference in New Issue