Try / OpenGothic

Reimplementation of Gothic 2 Notr
MIT License
1.1k stars 80 forks source link

Display builds only from only `master` branch in nightly #649

Open marph91 opened 1 week ago

marph91 commented 1 week ago

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?

Try commented 1 week ago

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

marph91 commented 1 week ago

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

Try commented 1 week ago

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