You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I built this project on Travis-CI, I got errors of using deleted functions. After I search it on the Internet,I found it failed beacause of the wrong version of gcc/g++ and it should use gcc-5 to build. At the same time, I also found by the Travis-CI log that it was gcc-4.8 which was used to buid the project. So I had to set the compiler gcc-5.
I added the following code from the Internet to file .travis.yml.
when I built this project on Travis-CI, I got errors of using deleted functions. After I search it on the Internet,I found it failed beacause of the wrong version of gcc/g++ and it should use gcc-5 to build. At the same time, I also found by the Travis-CI log that it was gcc-4.8 which was used to buid the project. So I had to set the compiler gcc-5.
I added the following code from the Internet to file .travis.yml.
But it did NOT make a good job !!!
The text was updated successfully, but these errors were encountered: