mirror of
https://github.com/nigels-com/glew.git
synced 2025-07-07 14:00:20 +00:00
gitea test
This commit is contained in:
parent
55fdc08158
commit
6c1c4458b3
@ -6,9 +6,13 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
- name: Code Generation
|
||||
- run: make -C auto clobber
|
||||
- run: make extensions
|
||||
- run: make dist-src
|
||||
- name: Build Binaries
|
||||
- run: make clean && SYSTEM=linux make
|
||||
- run: make clean && SYSTEM=linux-osmesa make
|
||||
- run: make clean && SYSTEM=linux-egl make
|
||||
|
Loading…
Reference in New Issue
Block a user