Thank you. I am using this script and your .travis.yml on my current
development branch.

I did notice one peculiarity. I can build the FriCAS main branch OK,
but my development branch failed:

https://travis-ci.org/billpage/fricas/builds/220150793

with an buffer overflow when building

/home/travis/build/billpage/fricas/target/x86_64-linux-gnu/lib/view3D

But the build works:

https://travis-ci.org/billpage/fricas/builds/220306467

if I use the configure option --without-x

Bill.


On 11 April 2017 at 06:20, oldk1331 <[email protected]> wrote:
> The regular expression is wrong, it should be:
>
> ==== test.sh ====
> #! /bin/sh
>
> OUTPUTS=`ls *.output | grep -v -e elemnum -e unittest`
>
> grep ' unexpected \(failures\|passes\):' ${OUTPUTS} | \
>     grep -v '\(failures\|passes\): 0'
> test $? -eq 1
>
> --
> You received this message because you are subscribed to the Google Groups 
> "FriCAS - computer algebra system" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/fricas-devel.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to