aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-10-02 12:26:15 +0200
committerFelix Queißner <felix@ib-queissner.de>2023-10-02 16:36:29 +0200
commit8cb79ee6711b3db3f138db6367752053f45efc17 (patch)
tree13c8518c421c795294be742d659e9e186b253e95 /.github/workflows
parent42022bdfd2a00ce3bc7f20b779fecd3b8fad59db (diff)
downloadkristall-8cb79ee6711b3db3f138db6367752053f45efc17.tar.gz
build.yml: Test CMake builds
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml22
1 files changed, 21 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 530c051..f07d96b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,7 +33,27 @@ jobs:
- name: make
run: make build/kristall
-
+
+ build_cmake:
+ runs-on: ubuntu-20.04
+ steps:
+ - uses: actions/checkout@v2
+
+ - uses: jurplel/install-qt-action@v2
+ with:
+ version: "5.12.8"
+
+ - name: Install OpenSSL
+ run: sudo apt install -y libssl-dev
+
+ - name: Configure the project
+ uses: threeal/cmake-action@v1.3.0
+ with:
+ build-dir: build
+
+ - name: Build the project
+ run: cmake --build build
+
# Disabled until both aqinstall and install-qt-action support the fixes…
# build_windows:
# runs-on: windows-latest