diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-02-10 03:17:53 +0100 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-02-22 07:40:44 +0100 |
commit | fb0b4c7e278bbeb275458f2c2dfd5c2ca1576e20 (patch) | |
tree | 05252af34f6a5cd347fdea28416e52bdeea6d7f3 /.ci/templates | |
parent | Merge pull request #5936 from Kelebek1/Offsets (diff) | |
download | yuzu-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')
-rw-r--r-- | .ci/templates/build-standard.yml | 5 |
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) |