Skip to content

Commit b207c9a

Browse files
Testing CI (4)
1 parent 5b3db6b commit b207c9a

File tree

3 files changed

+3
-42
lines changed

3 files changed

+3
-42
lines changed

.github/workflows/linux.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
curl -LS -o vulkansdk.tar.xz https://sdk.lunarg.com/sdk/download/1.4.309.0/linux/vulkansdk-linux-x86_64-1.4.309.0.tar.xz
3838
mkdir -p vulkan_sdk
39-
tar xf vulkansdk.tar.xz -C "vulkan_sdk"
39+
tar xf vulkansdk.tar.xz -C vulkan_sdk
4040
rm -rf vulkansdk.tar.xz
4141
4242
export VULKAN_SDK=$GITHUB_WORKSPACE/vulkan_sdk/1.4.309.0/x86_64
@@ -57,13 +57,12 @@ jobs:
5757
CXX: ${{matrix.cxx}}
5858
CXXFLAGS: ${{matrix.cxxflags}}
5959
run: |
60-
cmake -DCPM_SOURCE_CACHE=~/cpm-cache \
61-
-DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
60+
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} \
6261
-DVMA_BUILD_SAMPLES=YES \
6362
$GITHUB_WORKSPACE
6463
6564
- name: Build
6665
working-directory: ${{runner.workspace}}/build
6766
run: |
6867
threads=`nproc`
69-
cmake --build . --target VmaCompilationTest --config ${{matrix.build_type}} --parallel $threads
68+
cmake --build . --config ${{matrix.build_type}} --parallel $threads

compilation_test/CMakeLists.txt

Lines changed: 0 additions & 36 deletions
This file was deleted.

compilation_test/vma_impl.cpp

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)