mirror of
https://github.com/nigels-com/glew.git
synced 2025-07-01 19:17:41 +00:00
gitea: tidy-up
This commit is contained in:
parent
2e36415358
commit
c4b968f3aa
@ -1,5 +1,4 @@
|
|||||||
name: Ubuntu Linux clang Build
|
name: Ubuntu Linux clang Build
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: Ubuntu Linux cmake Build
|
name: Ubuntu Linux cmake Build
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@ -17,10 +16,6 @@ jobs:
|
|||||||
"-DCMAKE_BUILD_TYPE=Release -DGLEW_X11=Y -DGLEW_EGL=N -DBUILD_SHARED_LIBS=Y",
|
"-DCMAKE_BUILD_TYPE=Release -DGLEW_X11=Y -DGLEW_EGL=N -DBUILD_SHARED_LIBS=Y",
|
||||||
"-DCMAKE_BUILD_TYPE=Release -DGLEW_X11=N -DGLEW_EGL=Y -DBUILD_SHARED_LIBS=Y",
|
"-DCMAKE_BUILD_TYPE=Release -DGLEW_X11=N -DGLEW_EGL=Y -DBUILD_SHARED_LIBS=Y",
|
||||||
]
|
]
|
||||||
exclude:
|
|
||||||
- os: macos-latest
|
|
||||||
version: 12
|
|
||||||
environment: production
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: Ubuntu Linux gcc Build
|
name: Ubuntu Linux gcc Build
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
name: Ubuntu Linux gcc cross-build
|
name: Ubuntu Linux gcc cross-build
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user