Skip to content

Commit

Permalink
remove deprecated iec cim actions
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Mirz <markus.mirz@rwth-aachen.de>
  • Loading branch information
m-mirz committed Jun 23, 2024
1 parent e0e368c commit 6c77e2c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,6 @@ on: push

jobs:

build-doc-IEC61970_16v29a_IEC61968_12v08:
runs-on: ubuntu-latest
env:
USE_CIM_VERSION: IEC61970_16v29a_IEC61968_12v08
steps:
- uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install Doxygen
run: sudo apt-get install doxygen
shell: bash
- name: Install Graphviz
run: sudo apt-get install graphviz
shell: bash
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/libcimpp/build/${{env.USE_CIM_VERSION}}

- name: Configure CMake and compile
shell: bash
working-directory: ${{runner.workspace}}/libcimpp/build/${{env.USE_CIM_VERSION}}/
run: |
cd ${{runner.workspace}}/libcimpp/build/${{env.USE_CIM_VERSION}}
cmake ../.. -DUSE_CIM_VERSION=${{env.USE_CIM_VERSION}}
make doc
- uses: actions/upload-artifact@v3
with:
name: doc_${{env.USE_CIM_VERSION}}
path: ${{runner.workspace}}/libcimpp/build/${{env.USE_CIM_VERSION}}/doc/html

build-doc-CGMES_2-4-15_27JAN2020:
runs-on: ubuntu-latest
env:
Expand Down
24 changes: 0 additions & 24 deletions .github/workflows/build-src.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,6 @@ name: build-src
on: push

jobs:
build-src-IEC61970_16v29a_IEC61968_12v08:
runs-on: ubuntu-latest
env:
USE_CIM_VERSION: IEC61970_16v29a_IEC61968_12v08
steps:
- uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Install Doxygen
run: sudo apt-get install doxygen
shell: bash
- name: Install Graphviz
run: sudo apt-get install graphviz
shell: bash
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/libcimpp/build/${{env.USE_CIM_VERSION}}

- name: Configure CMake and compile
shell: bash
working-directory: ${{runner.workspace}}/libcimpp/build/${{env.USE_CIM_VERSION}}/
run: |
cd ${{runner.workspace}}/libcimpp/build/${{env.USE_CIM_VERSION}}
cmake ../.. -DUSE_CIM_VERSION=${{env.USE_CIM_VERSION}}
make -j4

build-src-CGMES_2-4-15_27JAN2020:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6c77e2c

Please sign in to comment.