Skip to content

Commit

Permalink
add asusctl ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SekaiMoe committed Jul 2, 2024
1 parent 1b49c04 commit ce666e2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,15 @@ jobs:
with:
name: linux
path: ./*.deb

build-deb-amd64:
runs-on: ubuntu-22.04
steps:
- run: |
git clone https://github.com/NekoSekaiMoe/asus_linux_debian_test env
git clone https://gitlab.com/asus-linux/asusctl src
- run: |
cd src
sudo apt update && sudo apt build-dep .
- run: |
sudo dpkg-buildpackage -b -us -uc
2 changes: 1 addition & 1 deletion asusctl/control
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9),pkg-config, dpkg-dev,clang(>=16), cmake(>=3.10),
dh-cargo (>= 25),
cargo:native,
libstd-rust-dev,
libinput-dev, libseat-dev, libpango1.0-dev, libgdk-pixbuf-2.0-dev, libglib2.0-dev, libudev-dev, libayatana-appindicator3-1
libinput-dev, libseat-dev, libpango1.0-dev, libgdk-pixbuf-2.0-dev, libglib2.0-dev, libudev-dev, libayatana-appindicator3-1,libudev-dev,libayatana-appindicator3-1
Standards-Version: 6.0.11
Homepage: https://gitlab.com/asus-linux/asusctl

Expand Down

0 comments on commit ce666e2

Please sign in to comment.