Commit Graph

12 Commits

Author SHA1 Message Date
Plínio Larrubia ded6bfbdb3
ci: enable cmake cache on all platforms (SDL/Qt)
- uses actions/cache@v4 and hendrikmuhs/ccache-action@v1.2.14
- Keeps the cache from CMake Cache configuration (Windows, Linux, macOS)
- Keeps the cache from CMake build objects (only Linux works)

ci: remove duplicated cache (Windows/Mac)
- Remove "qt" cache from macos.yml

ci: remove duplicated cache from macos-qt.yml
- Rename step on macos.yml

ci: revert cp -R and copy -R commands to mv and move respectively (Windows/macOS)
- Will decrease cache file size and speed up a little the build steps

ci: update cache name with OS-qt/sdl as a prefix
- This will invalidate all the other existing caches

ci: use the append-timestamp as false for linux/-qt
- Existing ccache caches will invalidate, but will produce once

ci: add hashes to the ccache keys
- Will invalidate caches once again, but I swear this is the last time
2024-08-29 14:28:26 -03:00
Xphalnos 254b9ffb50
Workflows cleanup + misc fixes (#371)
* Workflows cleanup

* clang-format

* SDL3: Disabling unnecessary options

* Revert CMakeLists.txt changes
2024-08-08 18:19:44 +03:00
Alexandre Bouvier f5541e3c3d
cmake: prefer system libraries (#216) 2024-06-27 13:46:55 +03:00
Xphalnos 8cf64a33b2
Migrating from third-party to externals (#138)
* third-party migration to externals

* Fix

* Lower case for Linux
2024-05-18 20:05:18 +03:00
georgemoralis 77cf875585 Update linux.yml
switched to ubuntu 24.04
2024-05-16 16:59:04 +03:00
TheTurtle 55855b4195
core: Implement new memory manager (#133)
* core: Implement new memory manager

* ci: Attempt to fix linux build

* code: Fix a few build errors
2024-05-16 15:55:50 +03:00
Xphalnos 93797af73f
Update Workflows (#127)
* Update Workflows

* Update clang-format.sh

* Revert "Update clang-format.sh"

This reverts commit 391bf7e639.

* Clang 17
2024-05-08 14:17:41 +03:00
qurious-pixel 6e1f25d99f
Linux CI (#84)
* Linux CI

* misc formatting

* .reuse
2024-02-25 17:20:53 +02:00
georgemoralis 6db401cda6 moved broken linux workflow 2023-08-08 22:27:30 +03:00
Stefanos Kornilios Mitsis Poiitidis 266111dcf8 ci: Use all available cores for linux 2023-07-07 14:23:00 +03:00
Stefanos Kornilios Mitsis Poiitidis a353da81b7 ci: install some packages for linux 2023-07-07 14:17:35 +03:00
Stefanos Kornilios Mitsis Poiitidis cd2819d1a9 ci: Add linux.yml 2023-07-07 14:07:22 +03:00