valum-framework / valum

Web micro-framework written in Vala
https://valum-framework.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
225 stars 23 forks source link

Build with multiple versions of 'valac' #185

Closed arteymix closed 7 years ago

arteymix commented 8 years ago

It builds with at least 0.26, which is pretty good already!

For lower versions provided on Ubuntu 14.04:

Tests for the FastCGI and SocketListenerServer servers should use a random open port because they fail for using 3003.

codecov-io commented 7 years ago

Current coverage is 62.95% (diff: 100%)

Merging #185 into master will not change coverage

@@             master       #185   diff @@
==========================================
  Files            40         40          
  Lines          1266       1266          
  Methods           0          0          
  Messages          0          0          
  Branches        151        151          
==========================================
  Hits            797        797          
  Misses          422        422          
  Partials         47         47          

Powered by Codecov. Last update de05847...eb005e4

arteymix commented 7 years ago

Precise ship with 0.14.2 (see http://packages.ubuntu.com/precise/valac) and Trusty ship with 0.22.1 (see http://packages.ubuntu.com/precise/valac).

It would be nice to run on bare-metal Trusty.