Skip to content
Snippets Groups Projects
Commit 3910abfd authored by ale's avatar ale
Browse files

ci: forgot autogen

parent 1767642c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ run_tests:
image: "ai/test:base"
script:
- "apt-get install -q -y autoconf automake libtool libcurl4-openssl-dev libpam0g-dev"
- "(cd pam && ./configure && make)"
- "(cd pam && ./autogen.sh && ./configure && make)"
- "tox -e py27"
build:src:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment