Skip to content

Commit f5aeefb

Browse files
committed
cmooooon!
1 parent aedaf5d commit f5aeefb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

meta.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ requirements:
2424
- conda-forge::hdf5=1.14.*=mpi*
2525
- conda-forge::openmp
2626
- conda-forge::tcsh
27+
- conda-forge::which
2728
run:
2829

2930
test:
3031
commands:
3132
- echo 'yay! we made it!'
32-
- pwd && ls
33+
- echo "whereami? what is here...?" && pwd && ls
3334
# - autoreconf -i
3435
# - ./configure
35-
- which timavg.csh
36-
- timavg.csh --help
37-
- make check RUN_EXPENSIVE_TESTS=no
36+
- echo "which timavg is it...? " && which timavg
37+
- echo "timavg --help is...?" && timavg --help
38+
- echo "make check RUN_EXPENSIVE_TESTS=no...?" && make check RUN_EXPENSIVE_TESTS=no
3839
# - make check
3940

4041
about:

0 commit comments

Comments
 (0)