Skip to content

Commit

Permalink
Update generate_libs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarAlder authored Aug 9, 2023
1 parent d0fa16e commit f0fa934
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/generate_libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,33 +64,3 @@ jobs:
with:
name: cpacsJavaLib
path: .\build\javaLib

generate-cpp-libs:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Install xsd2cpp
run: |
sudo apt-get update
sudo yum update
sudo yum install -y xsd
- name: Generate C++ Classes
run: |
xsd_file_path="./schema/cpacs_schema.xsd"
# Generate C++ classes from XSD using xsd2cpp
xsd2cpp "$xsd_file_path" -o cppLib
- name: Create ZIP Archive
run: |
zip -r cpacsCppLib.zip cppLib
- name: Upload ZIP Artifact
uses: actions/upload-artifact@v3
with:
name: cpacsCppLib
path: cpacsCppLib.zip

0 comments on commit f0fa934

Please sign in to comment.