#6491 Add build for clang for github actions.

This commit is contained in:
Kristian Bendiksen 2020-09-11 18:55:23 +02:00
parent 02944f4eca
commit bbff9edc24

View File

@ -44,6 +44,14 @@ jobs:
vcpkg-triplet: x64-linux,
cmake-toolchain: 'vcpkg/scripts/buildsystems/vcpkg.cmake'
}
- {
name: "Ubuntu 20.04 clang",
os: ubuntu-20.04,
cc: "clang", cxx: "clang++",
vcpkg-response-file: vcpkg_x64-linux.txt,
vcpkg-triplet: x64-linux,
cmake-toolchain: 'vcpkg/scripts/buildsystems/vcpkg.cmake'
}
steps:
- name: Checkout
uses: actions/checkout@v2