Clean cython and rename actions
This commit is contained in:
10
.github/workflows/github-opengjk-examples.yml
vendored
10
.github/workflows/github-opengjk-examples.yml
vendored
@@ -2,7 +2,7 @@ name: Run all demos
|
|||||||
run-name: ${{ github.actor }} is running
|
run-name: ${{ github.actor }} is running
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Run_C_example:
|
C:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: mmontanari/devenv:buildenv-fedora
|
container: mmontanari/devenv:buildenv-fedora
|
||||||
steps:
|
steps:
|
||||||
@@ -13,7 +13,7 @@ jobs:
|
|||||||
- run: cmake --build build
|
- run: cmake --build build
|
||||||
- run: cmake -E chdir build/examples/c/ ./example_lib_opengjk_ce
|
- run: cmake -E chdir build/examples/c/ ./example_lib_opengjk_ce
|
||||||
|
|
||||||
Run_GO_example:
|
GO:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: mmontanari/devenv:buildenv-fedora
|
container: mmontanari/devenv:buildenv-fedora
|
||||||
steps:
|
steps:
|
||||||
@@ -24,7 +24,7 @@ jobs:
|
|||||||
go-version: 1.15
|
go-version: 1.15
|
||||||
- run: cd examples/go/openGJK && go build && go test -v
|
- run: cd examples/go/openGJK && go build && go test -v
|
||||||
|
|
||||||
Run_Octave_example:
|
Octave:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: gnuoctave/octave:7.3.0
|
container: gnuoctave/octave:7.3.0
|
||||||
steps:
|
steps:
|
||||||
@@ -32,11 +32,11 @@ jobs:
|
|||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: cd examples/matlab/; octave runme.m
|
- run: cd examples/matlab/; octave runme.m
|
||||||
|
|
||||||
Run_Cython_example:
|
Cython:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: mmontanari/devenv:buildenv-ubuntu
|
container: mmontanari/devenv:buildenv-ubuntu
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: cd examples/cython/ && python3 setup.py build_ext --inplace && python3 test.py
|
- run: cd examples/cython/ && python3 setup.py build_ext --inplace && python3 pygjk_trial.py
|
||||||
- run: cd examples/cython/ && pytest test.py
|
- run: cd examples/cython/ && pytest test.py
|
||||||
|
|||||||
Reference in New Issue
Block a user