mirror of
https://github.com/hyprwm/Hypr.git
synced 2024-11-02 06:45:58 +01:00
Merge branch 'main' of https://github.com/vaxerski/Hypr
This commit is contained in:
commit
df08ada531
1 changed files with 21 additions and 0 deletions
21
.github/workflows/c-cpp.yml
vendored
Normal file
21
.github/workflows/c-cpp.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
name: C/C++ CI
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ main ]
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: getpkgs
|
||||||
|
run: sudo apt install xcb cmake gcc libgtk-3-dev
|
||||||
|
- name: configure
|
||||||
|
run: make clear
|
||||||
|
- name: make
|
||||||
|
run: make release
|
Loading…
Reference in a new issue