This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Merge branch 'master' of
https://github.com/raysan5/raylib
pull/2503/head
Ray
2 years ago
parent
a28dfbae9f
023eb3380d
commit
99841b8fde
7 changed files
with
29 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
View File
@ -16,8 +16,13 @@ on:
release
:
release
:
types
:
[
published
]
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
jobs
:
build
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
windows-latest
runs-on
:
windows-latest
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
+ 3
- 0
.github/workflows/cmake.yml
View File
@ -23,6 +23,9 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE
:
Release
BUILD_TYPE
:
Release
permissions
:
contents
:
read
jobs
:
jobs
:
build_windows
:
build_windows
:
name
:
Windows
Build
name
:
Windows
Build
+ 5
- 0
.github/workflows/linux.yml
View File
@ -15,8 +15,13 @@ on:
release
:
release
:
types
:
[
published
]
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
jobs
:
build
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
+ 3
- 0
.github/workflows/linux_examples.yml
View File
@ -14,6 +14,9 @@ on:
-
'examples/**'
-
'examples/**'
-
'.github/workflows/linux_examples.yml'
-
'.github/workflows/linux_examples.yml'
permissions
:
contents
:
read
jobs
:
jobs
:
build
:
build
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
+ 5
- 0
.github/workflows/macos.yml
View File
@ -15,8 +15,13 @@ on:
release
:
release
:
types
:
[
published
]
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
jobs
:
build
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
macos-latest
runs-on
:
macos-latest
env
:
env
:
+ 5
- 0
.github/workflows/windows.yml
View File
@ -15,8 +15,13 @@ on:
release
:
release
:
types
:
[
published
]
types
:
[
published
]
permissions
:
contents
:
read
jobs
:
jobs
:
build
:
build
:
permissions
:
contents
:
write
# for actions/upload-release-asset to upload release asset
runs-on
:
windows-latest
runs-on
:
windows-latest
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
+ 3
- 0
.github/workflows/windows_examples.yml
View File
@ -14,6 +14,9 @@ on:
-
'examples/**'
-
'examples/**'
-
'.github/workflows/windows_examples.yml'
-
'.github/workflows/windows_examples.yml'
permissions
:
contents
:
read
jobs
:
jobs
:
build
:
build
:
runs-on
:
windows-latest
runs-on
:
windows-latest
Write
Preview
Loading…
Cancel
Save