mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 06:47:19 +00:00
[obs] build pull requests and master with GitHub Actions
This commit is contained in:
parent
d670913fd2
commit
8217d5efa5
19
.github/workflows/build.yml
vendored
19
.github/workflows/build.yml
vendored
@ -74,3 +74,22 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd host/build
|
cd host/build
|
||||||
makensis platform/Windows/installer.nsi
|
makensis platform/Windows/installer.nsi
|
||||||
|
|
||||||
|
obs:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
- name: Install obs plugin dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get install binutils-dev libobs-dev libgl1-mesa-dev
|
||||||
|
- name: Configure obs plugin
|
||||||
|
run: |
|
||||||
|
mkdir obs/build
|
||||||
|
cd obs/build
|
||||||
|
cmake ..
|
||||||
|
- name: Build obs plugin
|
||||||
|
run: |
|
||||||
|
cd obs/build
|
||||||
|
make -j$(nproc)
|
||||||
|
Loading…
Reference in New Issue
Block a user