Skip to content

gl: Remove unused functions and procedures from OpenGL bindings #156

gl: Remove unused functions and procedures from OpenGL bindings

gl: Remove unused functions and procedures from OpenGL bindings #156

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
workflow_dispatch:
release:
types: [created]
jobs:
build:
runs-on: ${{matrix.os}}
continue-on-error: ${{matrix.experimental}}
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
experimental: [false]
include:
- os: windows-latest
experimental: true
steps:
- uses: actions/checkout@v2
- uses: alire-project/setup-alire@v1
- name: Build crates
run: make