Skip to content

capicxx-core-runtime 3.2.4 #6

capicxx-core-runtime 3.2.4

capicxx-core-runtime 3.2.4 #6

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
configs: [Release]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build project
uses: nicledomaS/[email protected]
with:
config: ${{ matrix.configs }}