Ray
a3b7bd0891
Update webassembly.yml
преди 1 година
Ray
c04c3668cb
Update windows.yml
преди 2 години
Ray
855a5f3701
Update windows.yml
преди 2 години
Ray
6d59a21e99
Update windows.yml
преди 2 години
Ray
935a306b29
Update windows.yml
преди 2 години
Ray
bbf9935828
Update github workflows
преди 2 години
Ray
656f47b7cc
Update cmake.yml
преди 2 години
Ray
2a88dc9bb7
Update linux_examples.yml
преди 2 години
Ray
a598754b5b
Update windows.yml
преди 2 години
Ray
bb4d9297b5
Update windows.yml
преди 2 години
Ray
4938966e76
Update windows.yml
преди 2 години
Ray
cabaa53302
Update windows.yml
преди 2 години
Ray
bfab101ac2
Update windows.yml
преди 2 години
Ray
d658e6772d
Update android.yml
преди 2 години
Ray
965057dbe2
Update android.yml
преди 2 години
Ray
b38dceb2de
Update android.yml
преди 2 години
Ray
764254d93e
Update android.yml
преди 2 години
Ray
b55cb32d9b
Update android.yml
преди 2 години
Ray
931af3a242
Update windows.yml
преди 2 години
Richard Smith
f7e1550eea
Fix fat universal (arm64 + x86_64) macos Github Actions build ( #2567 )
* test if clang supports multiple targets
* didnt work, so trying lipo to join separate targets together
* add CUSTOM_LDFLAGS to try to fix arm64 mac dynamic build
* fix sym links
* try again to fix sym links
* auto extract raylib version numbers from makefile
* fix macos missing gnu grep
* dont use custom name for raylib dlls
преди 2 години
Ray
9c676e599e
Update android.yml
преди 2 години
Ray
609d92003b
WARNING: REMOVED `raygui` from `raylib/src/extras`
преди 2 години
Naveen
023eb3380d
chore: Set permissions for GitHub actions ( #2496 )
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
преди 2 години
Ray
79992a8d50
Update linux.yml
преди 3 години
Ray
be5f36444d
Update macos.yml
преди 3 години
Ray
b1607ad9e7
Update linux.yml
преди 3 години
Ray
93f05d851d
Update webassembly.yml
преди 3 години
Ray
0851960397
Update android.yml
преди 3 години
Ray
a31784759d
Update linux.yml
преди 3 години
Ray
453a5b49a0
Update webassembly.yml
преди 3 години
Ray
e7f24ade0b
Update macos.yml
преди 3 години
Ray
e14c6441ce
Add some extra libraries to release packages
преди 3 години
mandar1jn
e5cdfab97d
made it so the cmake workflow runs on cmake related changes ( #2083 )
преди 3 години
mandar1jn
4c497779a2
Updated workflow files ( #2079 )
* Updated workflow files
* added the manual trigger to the android workflow
преди 3 години
Ray
cbeb29d9d1
Update webassembly.yml
преди 3 години
Ray
16f5a04983
Update webassembly.yml
преди 3 години
Ray
23b827b66c
Update macos.yml
преди 3 години
Ray
d851208413
Update linux.yml
преди 3 години
Ray
3caa15e696
Update webassembly.yml
преди 3 години
Ray
8dc3057fe5
Update windows_examples.yml
преди 3 години
Ray
55bf595cae
Create windows_examples.yml
преди 3 години
Ray
955d4d3d1a
Create linux_examples.yml
преди 3 години
Ray
ccdf2a3a9e
Update cmake.yml
преди 3 години
Ray
36e434099d
Update android.yml
преди 3 години
Ray
bf008234e2
Update linux.yml
преди 3 години
Ray
16c0f92f18
Update macos.yml
преди 3 години
Ray
a5af604b2d
Update webassembly.yml
преди 3 години
Ray
4f40b4a961
Update windows.yml
преди 3 години
hristo
4bf7b00013
Removing test file. ( #1545 )
This test file is just testing compilation with the library works correctly but is no longer needed because:
- it is not cross platform
- it taps into the CTest system which is better suited for real unit/integration tests
- it can be incorporated into the pipeline of github actions instead in the future
преди 3 години
hristo
1d23e15692
Added a windows and linux simple compile with cmake ( #1543 )
* Added a windows and linux simple compile with cmake
Will expand on the file but it will be nice to know if they are some extremely breaking changes in the future. cmake.yml will run two task one for linux build and one for windows build essentially checking that both are working. We can add all platforms later.
* Renaming the task to "CMake Builds" and removing the test step.
Commented out the test step as I don't yet know what the two bash files are doing but they are failing the build.
преди 3 години