|
|
|
@ -20,7 +20,7 @@ steps:
|
|
|
|
|
image: pyrocko-docs |
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- python3 setup.py install && cd doc && make html |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . && cd doc && make html |
|
|
|
|
- python3 -m pyrocko.print_version short > build/html/version.txt |
|
|
|
|
|
|
|
|
|
- name: stage |
|
|
|
@ -330,7 +330,7 @@ steps:
|
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- ln -sf /pyrocko-test-data test/data |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install utm |
|
|
|
|
- pip3 install git+https://github.com/pyrocko/kite |
|
|
|
|
- pip3 install obspy |
|
|
|
@ -342,7 +342,7 @@ steps:
|
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- ln -sf /pyrocko-test-data test/data |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install utm |
|
|
|
|
- pip3 install git+https://github.com/pyrocko/kite |
|
|
|
|
- pip3 install obspy |
|
|
|
@ -389,7 +389,7 @@ steps:
|
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- ln -sf /pyrocko-test-data test/data |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install utm |
|
|
|
|
- pip3 install git+https://github.com/pyrocko/kite |
|
|
|
|
- pip3 install obspy |
|
|
|
@ -401,7 +401,7 @@ steps:
|
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- ln -sf /pyrocko-test-data test/data |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install utm |
|
|
|
|
- pip3 install git+https://github.com/pyrocko/kite |
|
|
|
|
- pip3 install obspy |
|
|
|
@ -446,7 +446,7 @@ steps:
|
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- ln -sf /pyrocko-test-data test/data |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install utm |
|
|
|
|
- pip3 install git+https://github.com/pyrocko/kite |
|
|
|
|
- pip3 install obspy |
|
|
|
@ -458,7 +458,7 @@ steps:
|
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- ln -sf /pyrocko-test-data test/data |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install utm |
|
|
|
|
- pip3 install git+https://github.com/pyrocko/kite |
|
|
|
|
- pip3 install obspy |
|
|
|
@ -503,7 +503,7 @@ steps:
|
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- ln -sf /pyrocko-test-data test/data |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install obspy |
|
|
|
|
- xvfb-run -s '-screen 0 640x480x24' python3 -m coverage run --parallel-mode -m nose test.gui test.base.test_obspy_compat:ObsPyCompatTestCase.test_obspy_fiddle test.base.test_obspy_compat:ObsPyCompatTestCase.test_obspy_snuffle |
|
|
|
|
- for x in .coverage.* ; do mv $x $${x#.} ; done |
|
|
|
@ -513,7 +513,7 @@ steps:
|
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- ln -sf /pyrocko-test-data test/data |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install obspy |
|
|
|
|
- xvfb-run -s '-screen 0 640x480x24' python3 -m coverage run --parallel-mode -m nose test.gui test.base.test_obspy_compat:ObsPyCompatTestCase.test_obspy_fiddle test.base.test_obspy_compat:ObsPyCompatTestCase.test_obspy_snuffle |
|
|
|
|
- for x in .coverage.* ; do mv $x $${x#.} ; done |
|
|
|
@ -558,7 +558,7 @@ steps:
|
|
|
|
|
commands: |
|
|
|
|
- xcopy C:\\vagrant\\test-data test\\data\\ /E /Y |
|
|
|
|
- Remove-Item -Recurse -Force -ErrorAction Ignore C:\\Users\\IEUser\\miniconda3\\Lib\\site-packages\\pyrocko |
|
|
|
|
- python setup.py install |
|
|
|
|
- pip install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
|
|
|
|
|
- name: tests-base |
|
|
|
|
commands: |
|
|
|
@ -681,7 +681,7 @@ steps:
|
|
|
|
|
image: pyrocko-nest |
|
|
|
|
pull: never |
|
|
|
|
commands: |
|
|
|
|
- python3 setup.py install -f |
|
|
|
|
- pip3 install --no-deps --no-build-isolation --force-reinstall . |
|
|
|
|
- pip3 install utm |
|
|
|
|
- pip3 install git+https://github.com/pyrocko/kite |
|
|
|
|
- pip3 install obspy |
|
|
|
|