d658e6772d
Update android.yml
2022-08-11 20:26:45 +02:00
965057dbe2
Update android.yml
2022-08-11 20:25:58 +02:00
b38dceb2de
Update android.yml
2022-08-11 20:22:42 +02:00
764254d93e
Update android.yml
2022-08-11 20:16:48 +02:00
b55cb32d9b
Update android.yml
2022-08-11 20:10:59 +02:00
931af3a242
Update windows.yml
2022-08-11 20:04:59 +02:00
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
2022-07-08 07:57:10 +02:00
9c676e599e
Update android.yml
2022-06-06 20:53:48 +02:00
609d92003b
WARNING: REMOVED raygui from raylib/src/extras
2022-06-06 11:11:39 +02:00
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 >
2022-05-31 23:23:12 +02:00
79992a8d50
Update linux.yml
2021-12-29 19:05:23 +01:00
be5f36444d
Update macos.yml
2021-12-29 19:05:00 +01:00
b1607ad9e7
Update linux.yml
2021-12-29 19:01:20 +01:00
93f05d851d
Update webassembly.yml
2021-12-06 18:37:44 +01:00
0851960397
Update android.yml
2021-11-04 20:08:45 +01:00
a31784759d
Update linux.yml
2021-11-04 20:08:25 +01:00
453a5b49a0
Update webassembly.yml
2021-11-04 20:07:59 +01:00
e7f24ade0b
Update macos.yml
2021-11-04 20:07:32 +01:00
e14c6441ce
Add some extra libraries to release packages
2021-11-04 19:46:17 +01:00
e5cdfab97d
made it so the cmake workflow runs on cmake related changes ( #2083 )
2021-10-25 02:05:11 +02:00
4c497779a2
Updated workflow files ( #2079 )
...
* Updated workflow files
* added the manual trigger to the android workflow
2021-10-24 17:33:21 +02:00
cbeb29d9d1
Update webassembly.yml
2021-10-21 22:40:13 +02:00
16f5a04983
Update webassembly.yml
2021-10-21 21:08:28 +02:00
23b827b66c
Update macos.yml
2021-09-22 00:57:42 +02:00
d851208413
Update linux.yml
2021-09-22 00:56:58 +02:00
3caa15e696
Update webassembly.yml
2021-09-22 00:55:46 +02:00
364fbbd283
Review Discord link with Vanity URL
2021-03-20 20:22:44 +01:00
8dc3057fe5
Update windows_examples.yml
2021-03-08 19:21:24 +01:00
55bf595cae
Create windows_examples.yml
2021-03-08 19:17:42 +01:00
955d4d3d1a
Create linux_examples.yml
2021-03-08 19:09:22 +01:00
ccdf2a3a9e
Update cmake.yml
2021-02-11 11:50:55 +01:00
36e434099d
Update android.yml
2021-02-09 15:54:12 +01:00
bf008234e2
Update linux.yml
2021-02-09 15:53:56 +01:00
16c0f92f18
Update macos.yml
2021-02-09 15:53:30 +01:00
a5af604b2d
Update webassembly.yml
2021-02-09 15:52:07 +01:00
4f40b4a961
Update windows.yml
2021-02-09 15:51:34 +01:00
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
2021-01-25 10:44:30 +01:00
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.
2021-01-24 21:09:01 +01:00
e25e380e80
Update webassembly.yml
2020-12-25 02:07:24 +01:00
1320d9e303
Update macos.yml
2020-12-25 02:06:50 +01:00
e4477472f3
Update android.yml
2020-12-25 02:05:39 +01:00
60ffc9f59b
Update linux.yml
2020-12-25 02:04:18 +01:00
79435bf34e
Update windows.yml
2020-12-25 02:03:33 +01:00
4a7ab0ae24
Update windows.yml
2020-11-19 20:21:05 +01:00
7564097d5e
Update webassembly.yml
2020-11-19 20:19:18 +01:00
f688ec6b51
Update webassembly.yml
2020-08-21 13:16:46 +02:00
89cf02ba56
Update macos.yml
2020-08-21 13:16:40 +02:00
b22a4ecdf9
Update windows.yml
2020-08-21 13:16:35 +02:00
a33111ae9d
Update linux.yml
2020-08-21 13:16:32 +02:00
6b5f68af5e
Update android.yml
2020-08-21 13:16:30 +02:00