tresinformal / drakkar

The tresinformal video game called 'Drakkar'
GNU General Public License v3.0
11 stars 4 forks source link

If 'game_resources.qrc' is not found, quit the build early #658

Open richelbilderbeek opened 1 year ago

richelbilderbeek commented 1 year ago

Currently, the qmake step gives the following error:

/home/runner/work/game/Qt/5.15.2/gcc_64/bin/rcc: File does not exist 'game_resources.qrc'

After this, the build takes 6 hours before it is timed out. Let's be nice and quit the build earlier when 'game_resources.qrc' cannot be found for some reason.