Commit 89f9ffcb authored by Chiggs's avatar Chiggs

Try writing stuff during the build....

parent afade589
......@@ -8,4 +8,8 @@ before_install:
- mv quartus* quartus_14.0.tar.gz
- tar -zxf quartus_14.0.tar.gz
script:
- cd syn && PATH=$PWD/../altera/14.0/quartus/bin:$PATH make
- cd syn && PATH=$PWD/../altera/14.0/quartus/bin:$PATH make &
- pid=$!
- echo $pid
- while sleep 1m; echo Waiting on $pid; kill -0 $pid >/dev/null 2>&1; do; done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment