summaryrefslogtreecommitdiffstats
path: root/.ci/templates/build-standard.yml
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-02-10 03:17:53 +0100
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-02-22 07:40:44 +0100
commitfb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20 (patch)
tree05252af34f6a5cd347fdea28416e52bdeea6d7f3 /.ci/templates/build-standard.yml
parentMerge pull request #5936 from Kelebek1/Offsets (diff)
downloadyuzu-fb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20.tar
yuzu-fb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20.tar.gz
yuzu-fb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20.tar.bz2
yuzu-fb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20.tar.lz
yuzu-fb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20.tar.xz
yuzu-fb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20.tar.zst
yuzu-fb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20.zip
Diffstat (limited to '.ci/templates/build-standard.yml')
-rw-r--r--.ci/templates/build-standard.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.ci/templates/build-standard.yml b/.ci/templates/build-standard.yml
index 7422c8346..57d36f813 100644
--- a/.ci/templates/build-standard.yml
+++ b/.ci/templates/build-standard.yml
@@ -12,6 +12,9 @@ jobs:
windows:
BuildSuffix: 'windows-mingw'
ScriptFolder: 'windows'
+ clang:
+ BuildSuffix: 'clang'
+ ScriptFolder: 'clang'
linux:
BuildSuffix: 'linux'
ScriptFolder: 'linux'
@@ -24,4 +27,4 @@ jobs:
parameters:
artifactSource: 'false'
cache: $(parameters.cache)
- version: $(parameters.version) \ No newline at end of file
+ version: $(parameters.version)