Skip to content

made testall.sh executable #5

made testall.sh executable

made testall.sh executable #5

name: compile_and_test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
defaults:
run:
shell: bash
jobs:
build_and_test:
name: Build & test on ${{ matrix.os }} with ${{ matrix.compiler }}.
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
compiler: [ g++-10 ]
include:
- os: ubuntu-latest
compiler: g++-10
target: Linux
- os: windows-latest
compiler: cl
target: Windows
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Run the projects setup.
run: ./testall.sh