From 74ce35605b2a69b97459318e949fdfd75e08bb5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Ne=C4=8Dada?= Date: Tue, 21 Jun 2022 09:41:37 +0300 Subject: [PATCH] Run some working examples in CI --- .drone.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 +