Skip to content

Commit

Permalink
.github/workflows/build.yaml: integrate vs-api3
Browse files Browse the repository at this point in the history
Signed-off-by: akarin <i@akarin.info>
  • Loading branch information
AkarinVS committed Jan 13, 2022
1 parent f3043bc commit 65a3106
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@ jobs:
- name: install meson and ninja
run: pip install meson ninja

- name: Plug in vs-api3
shell: bash
run: |
git clone https://github.com/AmusementClub/vs-api3 --depth=1 --branch master api3
cp api3/api3.cc .
sed -i -e "/Plugin.cpp'/s//&, 'api3.cc'/" meson.build
cat meson.build
- name: download VS headers and patch header location
shell: bash
run: |
Expand Down

0 comments on commit 65a3106

Please sign in to comment.