Add topsApp preprocess test to CI
We can run topsApp up through the preprocess step without needing any data. This will at least verify that the config is parsed properly.LT1AB
parent
a540c0116e
commit
f20e8d33f8
|
@ -53,6 +53,10 @@ jobs:
|
||||||
topsApp.py --help --steps
|
topsApp.py --help --steps
|
||||||
stripmapApp.py --help --steps
|
stripmapApp.py --help --steps
|
||||||
python3 -c "import isce"
|
python3 -c "import isce"
|
||||||
|
# Create dummy ref/secondary configs for topsApp
|
||||||
|
ln -s ../examples/input_files/reference_TOPS_SENTINEL1.xml reference.xml
|
||||||
|
ln -s reference.xml secondary.xml
|
||||||
|
topsApp.py --steps --end=preprocess ../examples/input_files/topsApp.xml
|
||||||
|
|
||||||
test:
|
test:
|
||||||
docker:
|
docker:
|
||||||
|
|
Loading…
Reference in New Issue