CI pipe fix

This commit is contained in:
Luke
2021-02-07 00:28:27 +13:00
parent 50756046cf
commit eb173fc9dc
4 changed files with 6 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ test:
build: build:
only: only:
- next - main
script: script:
- make && make vendor - make && make vendor
artifacts: artifacts:

View File

@@ -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

View File

@@ -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

View File

@@ -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