Skip to content

feat: complete refactor, ci compilation + test, CMake configs #5

feat: complete refactor, ci compilation + test, CMake configs

feat: complete refactor, ci compilation + test, CMake configs #5

Workflow file for this run

name: Tests
on:
push:
branches: [trunk]
pull_request:
branches: [trunk]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
- name: Configure with CMake, Build with Makefiles, Run CTest
uses: threeal/[email protected]
with:
source-dir: packages/atclient
build-dir: packages/atclient/build
generator: Unix Makefiles
run-build: true
run-test: true