Skip to content
Snippets Groups Projects
Commit aa02699c authored by YannGarcia's avatar YannGarcia
Browse files

Restore ITS Test System environment for CD/CI

parent 0970caed
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
#set -e
set -vx
echo -e "*****************************\n* Install asn1c\n*****************************\n"
omkdir -p ${HOME}/src || exit 1
git clone https://github.com/fillabs/asn1c.git ${HOME}/src/asn1c || exit 1
cd ${HOME}/src/asn1c
autoreconf -iv && ./configure --prefix=${HOME} && make install || exit 1
cd ${HOME}
exit 0
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