Update GitHub actions.

This commit is contained in:
Alexander Shaduri
2024-05-15 13:12:49 +04:00
parent 2abae1c673
commit 0f8c6039ce
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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}
+2 -3
View File
@@ -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
+1 -1
View File
@@ -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