Commit Graph

10 Commits

Author SHA1 Message Date
Ralph Lange
9b346c400a Add 64bit mingw to README and full example 2019-10-22 13:01:56 +02:00
Ralph Lange
698e6b00e8 Add preliminary support for using Base releases
- shorten BASE variable name (takes tag or branch name)
 - determine existence and type of BASE before cloning
2019-10-05 11:55:10 -04:00
Ralph Lange
45dba66437 Fix .travis.yml.example-full (whitespace) 2019-06-07 17:36:49 +02:00
Ralph Lange
8639567a5e Add jobs for trusty (pretty close to RHEL 7) 2019-06-02 16:35:43 +02:00
Ralph Lange
1936f89931 Merge pull request #2 from mark0n/use-xenial-for-examples
Let's use a bit newer distro with newer compilers and libraries
by default. I think with over 3 years xenial is old enough.
2019-06-02 16:31:44 +02:00
Ralph Lange
1749f82a66 Merge pull request #3 from mark0n/improve-compiler-detection
So far compilers needed to be specified twice (as usual with Travis in compiler as well as in our own CMPLR environment variable). This change allows our scripts to use the compiler specified with Travis (no need to populate CMPLR anymore).
2019-06-02 16:25:03 +02:00
Martin Konrad
833e23f9e6 Improve compiler detection
So far compilers needed to be specified twice (as usual with Travis
in "compiler" as well as in our own CMPLR environment variable).
This change allows our scripts to use the compiler specified with
Travis (no need to populate CMPLR anymore).
2019-05-29 16:42:09 -04:00
Martin Konrad
9621bd008d Use xenial for examples
Let's use a bit newer distro with newer compilers and libraries
by default. I think with over 3 years xenial is old enough.
I bet people that really need to go back to the GCC 4 age will
figure out how to do that.
2019-05-29 14:37:49 -04:00
Martin Konrad
d11309d6a1 Rename base branch environment variable
Let's use a less cryptic variable name for this important variable.
2019-05-29 14:32:08 -04:00
Ralph Lange
8fb0106ced Add .travis.yml examples: full and mini 2019-05-27 13:10:01 +02:00