Skip to content

Fix trim_end on windows #604

Fix trim_end on windows

Fix trim_end on windows #604

Workflow file for this run

name: Linux (OpenGL)
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Apt Update
run: sudo apt-get update
- name: Apt Install
run: sudo apt-get install libasound2-dev libxrandr-dev libxinerama-dev libgl1-mesa-dev libxi-dev libxcursor-dev libudev-dev libgtk-3-dev --yes --quiet
- name: Compile
run: |
cd tools/tests/cube
../../../make --graphics opengl --compile