Skip to content

Commit

Permalink
add-swig-wrapper-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz committed Dec 27, 2024
1 parent cc647ee commit c0afd7e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/pyhton.generate-wrapper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
push:
pull_request:
branches:
- master

jobs:
generate-wrapper:
runs-on: "ubuntu-22.04"
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt -qy update && sudo apt -qy upgrade
sudo apt -qy install --no-install-recommends gcc g++ swig
- name: generate wrapper
run: ./generate_swig_wrapper.sh
shell: bash

0 comments on commit c0afd7e

Please sign in to comment.