3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

Propagate parameters for Travis build

This commit is contained in:
Miodrag Milanovic 2019-08-09 08:06:14 +02:00
parent ac2fc3a144
commit 5130a65865

View file

@ -28,7 +28,7 @@ echo
echo 'Building...' && echo -en 'travis_fold:start:script.build\\r'
echo
make
make CC=$CC CXX=$CXX LD=$CXX
echo
echo -en 'travis_fold:end:script.build\\r'