fixing macos and windows CI ?

This commit is contained in:
2024-09-14 12:44:25 +02:00
parent 7f2d60f21d
commit 48d09e40d5
3 changed files with 2 additions and 27 deletions

View File

@@ -29,12 +29,6 @@ jobs:
uses: actions/checkout@v4
# Install system dependencies
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
version: 1.3.204.1
cache: true
- name: Install Dependancies
run: |
brew install SDL2

View File

@@ -28,13 +28,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
# Install system dependencies
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
version: 1.3.204.1
cache: true
# Force xmake to a specific folder (for cache)
- name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV

View File

@@ -1,21 +1,9 @@
--------------------------------------------------------------------------------
-- --
-- ::: :::::::: --
-- xmake.lua :+: :+: :+: --
-- +:+ +:+ +:+ --
-- By: maldavid <kbz_8.dev@akel-engine.com> +#+ +:+ +#+ --
-- +#+#+#+#+#+ +#+ --
-- Created: 2023/12/07 15:21:38 by kbz_8 #+# #+# --
-- Updated: 2024/01/02 23:40:20 by kbz_8 ### ########.fr --
-- --
--------------------------------------------------------------------------------
-- Global settings
add_requires("libsdl", { configs = { sdlmain = false }})
add_rules("mode.debug", "mode.release")
set_languages("cxx17", "c99")
set_languages("cxx20", "c99")
set_objectdir("objs/xmake/$(os)_$(arch)")
set_targetdir("./")