Skip to content

Connection は server/client の Endpoint を持つ #211

Connection は server/client の Endpoint を持つ

Connection は server/client の Endpoint を持つ #211

Workflow file for this run

name: ctest
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
ctest:
timeout-minutes: 30
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: lukka/[email protected]
with:
cmakeVersion: "~3.28.0"
ninjaVersion: "^1.11.1"
- uses: hendrikmuhs/[email protected]
- name: Configure CMake
run: cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DCMAKE_CXX_COMPILER_LAUNCHER=ccache
- name: Build
run: cmake --build build -j
- working-directory: build
run: ctest -j