gitea: tidy-up

This commit is contained in:
Nigel Stewart 2025-06-21 21:01:59 +10:00
parent 2e36415358
commit c4b968f3aa
4 changed files with 0 additions and 8 deletions

View File

@ -1,5 +1,4 @@
name: Ubuntu Linux clang Build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:

View File

@ -1,5 +1,4 @@
name: Ubuntu Linux cmake Build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
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=N -DGLEW_EGL=Y -DBUILD_SHARED_LIBS=Y",
]
exclude:
- os: macos-latest
version: 12
environment: production
steps:
- name: Install Dependencies
run: |

View File

@ -1,5 +1,4 @@
name: Ubuntu Linux gcc Build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:

View File

@ -1,5 +1,4 @@
name: Ubuntu Linux gcc cross-build
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs: