mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2025-10-30 07:01:10 +00:00
test: strip in workflow
This commit is contained in:
parent
e00ea4da9a
commit
bb4fd560a0
1 changed files with 4 additions and 4 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -10,9 +10,9 @@ jobs:
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: build-essential
|
packages: git
|
||||||
clang clang-tools llvm
|
clang llvm
|
||||||
git cmake ninja-build
|
cmake ninja-build
|
||||||
libvulkan-dev
|
libvulkan-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
execute_install_scripts: true
|
execute_install_scripts: true
|
||||||
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
ninja -C build
|
ninja -C build
|
||||||
- name: Install with CMake
|
- name: Install with CMake
|
||||||
run: |
|
run: |
|
||||||
cmake --install build
|
cmake --install build --strip
|
||||||
- name: Upload lsfg-vk artifact
|
- name: Upload lsfg-vk artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue