Skip to content

Add an integer encoded version number (IMPLOT3D_VERSION_NUM) #84

Add an integer encoded version number (IMPLOT3D_VERSION_NUM)

Add an integer encoded version number (IMPLOT3D_VERSION_NUM) #84

Workflow file for this run

name: 🍎 MacOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
name: 🍎 MacOS
steps:
- uses: actions/checkout@main
- name: Build
run: |
cd example
cmake -B build -DCMAKE_CXX_FLAGS="-Wall -Werror"
cmake --build build