gha : Add build on Ubuntu 20.04

This commit is contained in:
Magne Sjaastad 2020-06-03 08:08:35 +02:00 committed by Kristian Bendiksen
parent 1e920863d9
commit f03e1b5f6b

View File

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