Skip to content

Feature/sockets

Feature/sockets #46

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@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Run the projects setup.
run: ./testall.sh