mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[obs] build with both GCC and Clang in Github Actions
This commit is contained in:
parent
a20930e5b6
commit
c67bacbf5b
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -80,6 +80,9 @@ jobs:
|
|||||||
|
|
||||||
obs:
|
obs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
cc: [gcc, clang]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
@ -91,7 +94,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir obs/build
|
mkdir obs/build
|
||||||
cd obs/build
|
cd obs/build
|
||||||
cmake ..
|
CC=/usr/bin/${{ matrix.cc }} cmake ..
|
||||||
- name: Build obs plugin
|
- name: Build obs plugin
|
||||||
run: |
|
run: |
|
||||||
cd obs/build
|
cd obs/build
|
||||||
|
Loading…
Reference in New Issue
Block a user