Commit 55b266e0 authored by YannGarcia's avatar YannGarcia
Browse files

Enhance installation scripts for docker-dev

parent b7d3146e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ set -vx

echo -e "*****************************\n* Install asn1c\n*****************************\n"
cd ${HOME}/frameworks || exit 1
git clone https://github.com/fillabs/asn1c.git ./asn1c || exit 1
git clone https://github.com/fillabs/asn1c.git ./asn1c.fillabs || exit 1
cd ./asn1c
autoreconf -iv && ./configure --prefix=${HOME} && make install || exit 1

+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@ cd ${HOME}/dev/TS.ITS/scripts || exit 1

echo -e "*****************************\n* Build test suites\n*****************************\n"
cd ${HOME}/dev/TS.ITS
sed --in-place 's/asn1c.denis/asn1c.fillabs/g' ./config.mk
ATS_LIST="AtsCAM AtsDENM AtsGeoNetworking AtsPki AtsSecurity AtsIS"
for i in ${ATS_LIST}
do