Update .travis.yml
This commit is contained in:
parent
68997a9233
commit
e2f91350a0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ before_script:
|
||||||
git clone https://github.com/LuaDist/toluapp.git; \
|
git clone https://github.com/LuaDist/toluapp.git; \
|
||||||
cd toluapp; mkdir build;
|
cd toluapp; mkdir build;
|
||||||
cd build; cmake ..; make; \
|
cd build; cmake ..; make; \
|
||||||
export CMAKEARGS=\"-DTOLUA++_INCLUDE_DIR=$(pwd)/../include/ -DTOLUA++_LIBRARY=$(pwd)/libtoluapp.dylib -DTOLUA++_APP=$(pwd)/toluapp\"
|
export CMAKEARGS=\"-DTOLUA++_INCLUDE_DIR=$(pwd)/../include/ -DTOLUA++_LIBRARY=$(pwd)/libtoluapp.dylib -DTOLUA++_APP=$(pwd)/toluapp\";
|
||||||
cd ..;
|
cd ..;
|
||||||
cd ..;
|
cd ..;
|
||||||
fi"
|
fi"
|
||||||
|
|
Loading…
Reference in a new issue