Skip to content

Adjust MacOSX Window render code to allow for scroll bars #372

Adjust MacOSX Window render code to allow for scroll bars

Adjust MacOSX Window render code to allow for scroll bars #372

Workflow file for this run

name: CI Tests - Debug
on: [pull_request,push]
jobs:
Regression-test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ubuntu_ver: [20.04]
name: ubuntu-${{ matrix.ubuntu_ver }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- name: Run docker build
run: |
docker build --network=host -t build:latest .
- name: Run regression tests
run: |
docker run -w /root -e TRAVIS=1 -e DEBUG=1 build:latest make sure