mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-01 16:24:12 +01:00
[meta] Support frog builds
This commit is contained in:
parent
f5dd509429
commit
52301d12a7
8
.gitlab-ci.yml
Normal file
8
.gitlab-ci.yml
Normal file
@ -0,0 +1,8 @@
|
||||
dxvk:
|
||||
script:
|
||||
- chmod +x package-release.sh
|
||||
- ./package-release.sh release build --no-package
|
||||
artifacts:
|
||||
name: "dxvk-${CI_COMMIT_REF_NAME}.${CI_COMMIT_SHA}"
|
||||
paths:
|
||||
- build/dxvk-release
|
Loading…
Reference in New Issue
Block a user