Skip to content

Commit

Permalink
Cauldron v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rys committed Jun 17, 2022
1 parent c3aef18 commit 08e3881
Show file tree
Hide file tree
Showing 150 changed files with 62,792 additions and 492 deletions.
10 changes: 6 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
variables:
CMakeConfig: -G "Visual Studio 16 2019" -A x64
FF_USE_FASTZIP: "true"
ARTIFACT_COMPRESSION_LEVEL: "fast"

stages:
- build
Expand All @@ -11,7 +13,7 @@ build_dx12_debug:
stage: build
script:
- 'cmake -S . -B build/DX12 -DGFX_API=DX12 %CMakeConfig%'
- 'cmake --build build/DX12 --config Debug'
- 'cmake --build build/DX12 --config Debug --parallel 4 -- /p:CL_MPcount=16'

build_dx12_release:
tags:
Expand All @@ -20,7 +22,7 @@ build_dx12_release:
stage: build
script:
- 'cmake -S . -B build/DX12 -DGFX_API=DX12 %CMakeConfig%'
- 'cmake --build build/DX12 --config Release'
- 'cmake --build build/DX12 --config Release --parallel 4 -- /p:CL_MPcount=16'

build_vk_debug:
tags:
Expand All @@ -29,7 +31,7 @@ build_vk_debug:
stage: build
script:
- 'cmake -S . -B build/Vk -DGFX_API=VK %CMakeConfig%'
- 'cmake --build build/Vk --config Debug'
- 'cmake --build build/Vk --config Debug --parallel 4 -- /p:CL_MPcount=16'

build_vk_release:
tags:
Expand All @@ -38,4 +40,4 @@ build_vk_release:
stage: build
script:
- 'cmake -S . -B build/Vk -DGFX_API=VK %CMakeConfig%'
- 'cmake --build build/Vk --config Release'
- 'cmake --build build/Vk --config Release --parallel 4 -- /p:CL_MPcount=16'
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ if(GFX_API_DX12)
add_subdirectory(libs/d3d12x)
add_subdirectory(libs/AGS)
add_subdirectory(libs/WinPixEventRuntime)
add_subdirectory(libs/DX12AgilitySDK)
add_subdirectory(src/DX12)
endif()
if(GFX_API_VK)
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 08e3881

Please sign in to comment.