mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
CI pipe fix
This commit is contained in:
@@ -13,7 +13,7 @@ test:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
only:
|
only:
|
||||||
- next
|
- main
|
||||||
script:
|
script:
|
||||||
- make && make vendor
|
- make && make vendor
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
# [3.0.0] - 2021-02-14
|
||||||
### Changed
|
### Changed
|
||||||
- Write set+apply after each array in multizone
|
- Write set+apply after each array in multizone
|
||||||
- Remove misc bad logic
|
- Remove misc bad logic
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
|||||||
VERSION := $(shell grep -Pm1 'version = "(\d.\d.\d)"' asus-nb-ctrl/Cargo.toml | cut -d'"' -f2)
|
VERSION := $(shell grep -Pm1 'version = "(\d.\d.\d)"' daemon/Cargo.toml | cut -d'"' -f2)
|
||||||
|
|
||||||
INSTALL = install
|
INSTALL = install
|
||||||
INSTALL_PROGRAM = ${INSTALL} -D -m 0755
|
INSTALL_PROGRAM = ${INSTALL} -D -m 0755
|
||||||
|
|||||||
@@ -144,9 +144,9 @@ To switch Fan/Thermal profiles you need to bind the Fn+F5 key to `asusctl profil
|
|||||||
|
|
||||||
Requirements are rust >= 1.40 installed from rustup.io if the distro provided version is too old, and `make`.
|
Requirements are rust >= 1.40 installed from rustup.io if the distro provided version is too old, and `make`.
|
||||||
|
|
||||||
**Ubuntu*:** `apt install libdbus-1-dev libclang-dev libudev-dev`
|
**Ubuntu*:** `apt install libclang-dev libudev-dev`
|
||||||
|
|
||||||
**fedora:** `dnf install clang-devel dbus-devel systemd-devel`
|
**fedora:** `dnf install clang-devel systemd-devel`
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user