Skip to content

Update License Year 2024 #150

Update License Year 2024

Update License Year 2024 #150

Workflow file for this run

name: macOS
on:
push:
branches:
- master
pull_request:
jobs:
macos-latest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: cmake
run: cmake -S . -B build -D CMAKE_BUILD_TYPE=Debug -DNADJIEB_MJPEG_STREAMER_BuildTests=On -DNADJIEB_MJPEG_STREAMER_MultipleHeaders=ON
- name: build
run: cmake --build build --config Debug --parallel 10
- name: test
run: cd build ; ctest -j 10 -C Debug --output-on-failure