mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-12-22 19:39:22 +00:00
CI: fixed BSD builds
This commit is contained in:
parent
31ce134413
commit
66d6d0dc33
1 changed files with 2 additions and 6 deletions
8
.github/workflows/c-cpp.yml
vendored
8
.github/workflows/c-cpp.yml
vendored
|
@ -590,9 +590,7 @@ jobs:
|
|||
cd build
|
||||
cmake .. -DCMAKE_C_FLAGS='-flto' -DCMAKE_CXX_FLAGS='-flto' -DSTATIC_LIBS=ON
|
||||
make -j2
|
||||
cd external/src/RandomX
|
||||
./randomx-tests
|
||||
cd ../../../../tests
|
||||
cd ../tests
|
||||
mkdir build
|
||||
cd build
|
||||
cmake .. -DCMAKE_C_FLAGS='-flto' -DCMAKE_CXX_FLAGS='-flto' -DSTATIC_LIBS=ON
|
||||
|
@ -637,9 +635,7 @@ jobs:
|
|||
mkdir build && cd build
|
||||
cmake ..
|
||||
make -j2
|
||||
cd external/src/RandomX
|
||||
./randomx-tests
|
||||
cd ../../../../tests
|
||||
cd ../tests
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
make -j2
|
||||
|
|
Loading…
Reference in a new issue