Files
archived-ext-hwinfo/.github/workflows/build-linux-clang.yml
Amin Yahyaabadi ef8fce2d91 feat: make hwinfo features modular (#98)
* feat: make hwinfo features modular

* fix: use the latest available C++ standard

* fix!: deprecate NO_OCL in favour of HWINFO_GPU_OPENCL

* doc: add docs for the modular targets/options

* fix: add preprocessor feature guards

* ci: test build of all features in ci

* fix: detect C++ standard after enabling C++ language
2024-07-24 08:41:46 +02:00

23 lines
413 B
YAML

name: Linux (clang)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup gitmodules
run: git submodule update --init --recursive
- name: Setup clang
uses: egor-tensin/setup-clang@v1
- name: Build and Test
run: ./scripts/feature-tests.shell