mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-26 05:45:35 +00:00
Update GitHub actions.
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
shell: bash
|
||||
run: ctest -C $BUILD_TYPE
|
||||
run: ctest -C $BUILD_TYPE --rerun-failed --output-on-failure
|
||||
|
||||
- name: Pack (cmake install and make binary package)
|
||||
shell: bash
|
||||
@@ -114,7 +114,7 @@ jobs:
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
shell: msys2 {0}
|
||||
run: ctest -C $BUILD_TYPE
|
||||
run: ctest -C $BUILD_TYPE --rerun-failed --output-on-failure
|
||||
|
||||
- name: Download Package Requirements
|
||||
shell: msys2 {0}
|
||||
|
||||
@@ -23,12 +23,11 @@ jobs:
|
||||
|
||||
- name: Build and test in FreeBSD
|
||||
id: test
|
||||
uses: vmactions/freebsd-vm@v0.1.2
|
||||
uses: vmactions/freebsd-vm@v1
|
||||
with:
|
||||
envs: 'BUILD_TYPE'
|
||||
usesh: true
|
||||
sync: rsync
|
||||
mem: 2048
|
||||
prepare: >
|
||||
pkg install -y cmake pkgconf gtkmm30 gettext pcre libiconv
|
||||
|
||||
@@ -43,4 +42,4 @@ jobs:
|
||||
|
||||
cmake --build . --config $BUILD_TYPE
|
||||
|
||||
ctest -C $BUILD_TYPE
|
||||
ctest -C $BUILD_TYPE --rerun-failed --output-on-failure
|
||||
|
||||
@@ -71,5 +71,5 @@ jobs:
|
||||
- name: Test
|
||||
working-directory: ${{github.workspace}}/build
|
||||
shell: bash
|
||||
run: ctest -C $BUILD_TYPE
|
||||
run: ctest -C $BUILD_TYPE --rerun-failed --output-on-failure
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@ permalink: /software-requirements
|
||||
* [pcre1](https://www.pcre.org) library.
|
||||
* [GTK+ 3](https://www.gtk.org) library, version 3.4 or higher.
|
||||
* [Gtkmm](https://www.gtkmm.org) library, version 3.4 or higher.
|
||||
* C++20 Compiler (GCC 13 or later, Clang/libc++ 17 or later, Apple Clang 15 or later)
|
||||
|
||||
## Runtime Requirements
|
||||
**Note:** The Windows packages already include all the required software.
|
||||
|
||||
Reference in New Issue
Block a user