Skip to content

Added github workflow to build the project in Ubuntu and Windows #1

Added github workflow to build the project in Ubuntu and Windows

Added github workflow to build the project in Ubuntu and Windows #1

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 }}