diff --git a/CI/run_tests_ci.sh b/CI/run_tests_ci.sh index a702154ac1370de9a68958cec7325a0632401360..e69e2f52ba3addcbf60943d4543aa204e5271b18 100755 --- a/CI/run_tests_ci.sh +++ b/CI/run_tests_ci.sh @@ -12,6 +12,7 @@ pwd ls aclocal || exit 8 autoconf -i || exit 9 +ln -s README.md README # Have to do this since automake requires README and not README.md. I no more want to have 2 readme files to keep up to date automake || exit 10 ./configure || exit 11 make; cd src || exit 12