Run some working examples in CI
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
2a85b16347
commit
74ce35605b
12
.drone.yml
12
.drone.yml
|
@ -69,7 +69,15 @@ steps:
|
|||
- make install
|
||||
- export LIBRARY_PATH=$HOME/.local/lib
|
||||
- python3 setup.py install --user
|
||||
- cd examples/rectangular/modes
|
||||
- pip3 install --user matplotlib #needed to run the example
|
||||
- pip3 install --user matplotlib #needed to run the examples
|
||||
- export LD_LIBRARY_PATH=$HOME/.local/lib
|
||||
- cd examples/rectangular/modes
|
||||
- ./01a_realfreq_svd.sh
|
||||
- cd -
|
||||
- cd examples/hexagonal/modes
|
||||
- ./01a_realfreq_svd.sh
|
||||
- ./01_compute_modes.sh
|
||||
- ./02b_compute_disp_0M.sh
|
||||
- ./02_compute_disp.sh
|
||||
- ./02x_compute_disp.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue