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:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: Code Generation
|
||||||
- run: make -C auto clobber
|
- run: make -C auto clobber
|
||||||
- run: make extensions
|
- run: make extensions
|
||||||
- run: make dist-src
|
- run: make dist-src
|
||||||
|
- name: Build Binaries
|
||||||
- run: make clean && SYSTEM=linux make
|
- run: make clean && SYSTEM=linux make
|
||||||
- run: make clean && SYSTEM=linux-osmesa make
|
- run: make clean && SYSTEM=linux-osmesa make
|
||||||
- run: make clean && SYSTEM=linux-egl make
|
- run: make clean && SYSTEM=linux-egl make
|
||||||
|
Loading…
Reference in New Issue
Block a user