Skip to content

Commit

Permalink
try fix ci
Browse files Browse the repository at this point in the history
Signed-off-by: turuslan <[email protected]>
  • Loading branch information
turuslan committed Apr 3, 2024
1 parent 1d6096e commit afe60cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,27 +30,14 @@ jobs:
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: cmake --build build --target test
Linux:
Linux-gcc:
runs-on: ubuntu-latest
container: qdrvm/kagome-dev@sha256:2d70246c32418a3dd45c246d3f5c2dd99bdafde145b903271849affe476c4cfc
strategy:
fail-fast: false
matrix:
compiler: [{
"cc": "gcc",
"cxx": "g++"
}, {
"cc": "clang",
"cxx": "clang++"
}]
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
- name: venv
run: housekeeping/github_venv.sh /venv
- name: cmake
env:
CC: ${{ matrix.compiler.cc }}
CXX: ${{ matrix.compiler.cxx }}
run: cmake -B build .
- name: build
run: cmake --build build -- -j4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
container: qdrvm/kagome-dev@sha256:2d70246c32418a3dd45c246d3f5c2dd99bdafde145b903271849affe476c4cfc
steps:
- uses: actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6
with:
fetch-depth: 0
- name: venv
run: housekeeping/github_venv.sh /venv
- name: run checks
Expand Down
1 change: 1 addition & 0 deletions test/libp2p/security/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ addtest(secio_exchange_message_marshaller_test
secio_exchange_message_marshaller_test.cpp
)
target_link_libraries(secio_exchange_message_marshaller_test
p2p_logger
p2p_secio_exchange_message_marshaller
)

Expand Down

0 comments on commit afe60cf

Please sign in to comment.