Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
raylib-src
réplica de
https://github.com/raysan5/raylib
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
24
Wiki
Actividad
Explorar el Código
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/2503/head
Ray
hace 2 años
padre
a28dfbae9f
023eb3380d
commit
99841b8fde
Se han
modificado 7 ficheros
con
29 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-0
.github/workflows/android.yml
+3
-0
.github/workflows/cmake.yml
+5
-0
.github/workflows/linux.yml
+3
-0
.github/workflows/linux_examples.yml
+5
-0
.github/workflows/macos.yml
+5
-0
.github/workflows/windows.yml
+3
-0
.github/workflows/windows_examples.yml
+ 5
- 0
.github/workflows/android.yml
Ver fichero
@ -16,8 +16,13 @@ on:
release
:
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
windows-latest
strategy
:
fail-fast
:
false
+ 3
- 0
.github/workflows/cmake.yml
Ver fichero
@ -23,6 +23,9 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE
:
Release
permissions
:
contents
:
read
jobs
:
build_windows
:
name
:
Windows
Build
+ 5
- 0
.github/workflows/linux.yml
Ver fichero
@ -15,8 +15,13 @@ on:
release
:
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
+ 3
- 0
.github/workflows/linux_examples.yml
Ver fichero
@ -14,6 +14,9 @@ on:
-
'examples/**'
-
'.github/workflows/linux_examples.yml'
permissions
:
contents
:
read
jobs
:
build
:
runs-on
:
ubuntu-latest
+ 5
- 0
.github/workflows/macos.yml
Ver fichero
@ -15,8 +15,13 @@ on:
release
:
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
macos-latest
env
:
+ 5
- 0
.github/workflows/windows.yml
Ver fichero
@ -15,8 +15,13 @@ on:
release
:
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
windows-latest
strategy
:
fail-fast
:
false
+ 3
- 0
.github/workflows/windows_examples.yml
Ver fichero
@ -14,6 +14,9 @@ on:
-
'examples/**'
-
'.github/workflows/windows_examples.yml'
permissions
:
contents
:
read
jobs
:
build
:
runs-on
:
windows-latest
Escribir
Vista previa
Cargando…
Cancelar
Guardar