Skip to content

tg_cpphost: Sperate exithandlers to one lib #65

tg_cpphost: Sperate exithandlers to one lib

tg_cpphost: Sperate exithandlers to one lib #65

Workflow file for this run

name: Build tg_cpphost (Linux)
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
with:
fetch-depth: 0
- name: Set up dependencies
run: |
./scripts/deps.sh
- name: Compile with Ubuntu Clang
env:
CC: clang
CXX: clang++
run: |
mkdir build
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release .
cmake --build build