CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-08-08 15:57:45 +02:00
parent fbb317e9c8
commit 11e3770864
8 changed files with 660 additions and 577 deletions
+15
View File
@@ -0,0 +1,15 @@
# Copyright (C) Markus Franz Xaver Johannes Oberhumer
name: 'Test - Unused'
on: [workflow_dispatch]
env:
CMAKE_REQUIRED_QUIET: OFF
DEBIAN_FRONTEND: noninteractive
jobs:
job-unused: # uses cmake + make
if: ${{ true }}
runs-on: ubuntu-latest
steps:
- run: |
true