Skip to content

Commit

Permalink
build: nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
hanatos committed Jun 14, 2024
1 parent 7d81e55 commit 630d9be
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- name: build glfw with pentablet support
if: matrix.glfw.package == 'pentablet'
run: |
sudo apt-get -y wayland-scanner++
git clone --branch master --depth 1 https://github.com/hanatos/glfw glfw
cd glfw
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
Expand Down Expand Up @@ -156,7 +157,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
path: vkdt-*.AppImage*
name: artifact-appimage
name: artifact-appimage-${{ env.RAW }}-${{ env.GLFW }}
retention-days: 1

Windows:
Expand Down Expand Up @@ -380,5 +381,10 @@ jobs:
same as above, but using rawler instead of rawspeed (try this for CR3 support)
files: |
artifact-appimage/*
artifact-appimage-rawspeed-xorg/*
artifact-appimage-rawspeed-wayland/*
artifact-appimage-rawspeed-pentablet/*
artifact-appimage-rawler-xorg/*
artifact-appimage-rawler-wayland/*
artifact-appimage-rawler-pentablet/*
artifact-windows-rawler/*

0 comments on commit 630d9be

Please sign in to comment.