diff --git a/.drone.yml b/.drone.yml index 89887bc..b97f378 100644 --- a/.drone.yml +++ b/.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 +