GitHub/Actions: Add an action building the project with GCC-13/Ubuntu
authorWook Song <wook16.song@samsung.com>
Fri, 2 Feb 2024 06:37:42 +0000 (15:37 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Tue, 6 Feb 2024 04:47:41 +0000 (13:47 +0900)
commitd029510a0abdc4c6e1184669303af3b1f9b65971
treee0e5b6da1e159bb5c51b8b0aa6b2eb5cdf9934eb
parentec5d610e5305f8cea5e621cbf8d11d12d40d2d3c
GitHub/Actions: Add an action building the project with GCC-13/Ubuntu

This patch adds an action that checks the PR by building the project
using GCC-13 on Ubuntu 20.04 and 22.04.

Signed-off-by: Wook Song <wook16.song@samsung.com>
.github/workflows/ubuntu_gcc_native.yml [new file with mode: 0644]