OneBusAway / onebusaway-ios

OneBusAway for iOS, written in Swift.
Other
76 stars 32 forks source link

CI should also test building with Release compiler flags #645

Open ualch9 opened 1 year ago

ualch9 commented 1 year ago

I missed some #if DEBUG compiler conditionals in my previous PR. The CI should also try building in Release only since a lot of the Xcode Preview code is behind the DEBUG flag.