Skip to content
Snippets Groups Projects
Commit 1954d221 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

work in progress: fixing CI

parent 3a77cf81
No related branches found
No related tags found
No related merge requests found
Pipeline #157310 failed
...@@ -12,6 +12,7 @@ pwd ...@@ -12,6 +12,7 @@ pwd
ls ls
aclocal || exit 8 aclocal || exit 8
autoconf -i || exit 9 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 automake || exit 10
./configure || exit 11 ./configure || exit 11
make; cd src || exit 12 make; cd src || exit 12
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment