OpenGothic icon indicating copy to clipboard operation
OpenGothic copied to clipboard

Display builds only from only `master` branch in nightly

Open marph91 opened this issue 1 year ago • 3 comments

Hi, I tried to run opengothic for the first time, so it might be a simple setup issue.

OS: Ubuntu 22.04 Opengothic build: https://ci.appveyor.com/project/Try/opengothic/builds/50109186/job/aokely6qf8se1ntp/artifacts (1.0.2748)

$ ./Gothic2Notr.sh -g ~/.steam/steam/steamapps/common/Gothic\ II/
~/Downloads/opengothic/Gothic2Notr: error while loading shared libraries: libdmusic.so.0.0.1: cannot open shared object file: No such file or directory

$ ln -s libdmusic.so libdmusic.so.0.0.1

$ ./Gothic2Notr.sh -g ~/.steam/steam/steamapps/common/Gothic\ II/
~/Downloads/opengothic/Gothic2Notr: error while loading shared libraries: ~/Downloads/opengothic/libdmusic.so.0.0.1: file too short

(My home directory was replaced by ~ for the privacy reasons.)

~Any idea how to fix this?~

Edit: Might be really a regression. Opengothic build https://ci.appveyor.com/project/Try/opengothic/builds/50100442/job/np1vjby4vpxvyq75/artifacts works (1.0.2745)

Edit 2: It seems like I used the build from pull request #613. So my question should rather be: Is there a way to link only master builds in the readme?

marph91 avatar Jun 29 '24 05:06 marph91

Hi, @marph91 !

It seems like I used the build from pull request https://github.com/Try/OpenGothic/pull/613.

Correct, thanks for pointing this out. I've added filter by master branch to url's in readme

Try avatar Jun 29 '24 14:06 Try

Not sure if the query parameter works as expected. It still shows PR's when using https://ci.appveyor.com/project/Try/opengothic/history?branch=master

grafik

marph91 avatar Jun 29 '24 15:06 marph91

Not sure if the query parameter works as expected.

You are correct. Unfortunately this is only solution so far, that I've found for appveyor. Will put this as help-wanted, in case if someone knows

Try avatar Jul 02 '24 15:07 Try