Feature: convenience functions for rdf:type
and datatype IRIs
#724
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Packaging and deployment tests | |
on: [ 'pull_request' ] | |
jobs: | |
packaging-and-deployment-tests-clang: | |
name: Packaging and deployment tests clang-17 | |
uses: ./.github/workflows/reusable_packaging_and_deployment.yml | |
with: | |
os: ubuntu-22.04 | |
compiler: clang-17 | |
cmake-version: 3.24.0 | |
packaging-and-deployment-tests-gcc: | |
name: Packaging and deployment tests gcc-13 | |
uses: ./.github/workflows/reusable_packaging_and_deployment.yml | |
with: | |
os: ubuntu-22.04 | |
compiler: gcc-13 | |
cmake-version: 3.24.0 |