Fix GitHub Actions workflows and update tests with Carrot v1 data, Fix mx25519 Windows build in c-cpp.yml workflow, Remove scheduled workflow runs from cppcheck.yml and test-sync.yml, Add mx25519 Windows linker flags to CMakeLists.txt

This commit is contained in:
Matt Hess
2025-12-18 19:52:53 +00:00
parent 25c0bc35b8
commit 418a2d363c
7 changed files with 66 additions and 194 deletions

View File

@@ -94,7 +94,7 @@ jobs:
shell: alpine.sh {0}
run: |
cd tests/build
unxz *.xz
unxz *.xz || true
./p2pool_tests
- name: List directory
@@ -161,7 +161,7 @@ jobs:
- name: Run tests
run: |
cd tests/build
unxz *.xz
unxz *.xz || true
./p2pool_tests
- name: Archive binary
@@ -240,7 +240,7 @@ jobs:
- name: Run tests
run: |
cd tests/build
unxz *.xz
unxz *.xz || true
./p2pool_tests
- name: Archive binary
@@ -317,7 +317,7 @@ jobs:
- name: Run tests
run: |
cd tests/build
unxz *.xz
unxz *.xz || true
./p2pool_tests
- name: Archive binary
@@ -407,7 +407,7 @@ jobs:
- name: Prepare test data
run: |
cd tests/build
unxz *.xz
unxz *.xz || true
- name: Run tests
shell: alpine.sh {0}
@@ -499,7 +499,7 @@ jobs:
- name: Run tests
run: |
cd tests/build
unxz *.xz
unxz *.xz || true
./p2pool_tests.exe
- name: Archive binary
@@ -638,7 +638,7 @@ jobs:
- name: Run tests
run: |
cd tests/build
unxz *.xz
unxz *.xz || true
./p2pool_tests
- name: Archive binary
@@ -705,7 +705,7 @@ jobs:
- name: Run tests
run: |
cd tests/build
unxz *.xz
unxz *.xz || true
./p2pool_tests
- name: Archive binary
@@ -775,7 +775,7 @@ jobs:
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DSTATIC_LIBS=ON
#make -j4 p2pool_tests
unxz *.xz
unxz *.xz || true
./p2pool_tests
- name: Archive binary
@@ -826,7 +826,7 @@ jobs:
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
#make -j4 p2pool_tests
unxz *.xz
unxz *.xz || true
./p2pool_tests
- name: Archive binary