Skip to content

Commit

Permalink
Update GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed May 15, 2024
1 parent 2abae1c commit 0f8c603
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/cmake-tier2-flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -43,4 +42,4 @@ jobs:
cmake --build . --config $BUILD_TYPE
ctest -C $BUILD_TYPE
ctest -C $BUILD_TYPE --rerun-failed --output-on-failure
2 changes: 1 addition & 1 deletion .github/workflows/cmake-tier2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

1 change: 1 addition & 0 deletions docs/software_requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0f8c603

Please sign in to comment.