Closed dotChris90 closed 5 years ago
by the way. is app veyor Linux image x86 or x64?
already discovered the error ..... seems it is my bad. I was thinking before that taking the 2 shared object Libs lapack.so and blas.so is enough for successful build.
I experimented a little bit more and discovered that appveyor CI works if (and really just if the following command is added as installation command "sudo apt-get -y install libblas-dev liblapack-dev" ..... Damn the shared object libs depending still on some other libs which I did not included seems.
@Oceania2018 is there a possibility to export our configuration as appveyor.yaml file or sth in this way?
We don’t setup any yml. You can add a yml file in the root directory . The AppVeor will discover automatically.
ok did all. We are again green for windows and linux. This is now extrem cool because we finally can say "hey we check Linux and windows on every push". ;) I close this issue.