Skip to content

chore: pass CI using release build for windows... #52

chore: pass CI using release build for windows...

chore: pass CI using release build for windows... #52

Workflow file for this run

name: test-cpp
on:
push:
branches:
- main
- cpp*
- renovate/**
paths:
- cpp/**
- testdata/**
pull_request:
branches:
- main
paths:
- cpp/**
- testdata/**
workflow_call:
jobs:
test-cpp:
strategy:
matrix:
os:
#- ubuntu-20.04
#- ubuntu-22.04
#- windows-2019
- windows-2022
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: install dependencies
working-directory: cpp
run: |
cmake -P cmake/cmate install
- name: configure and build
working-directory: cpp
run: |
cmake -P cmake/cmate build --release