From: Lars Schneider <redacted>
diff to v7:
* remove NO_GETTEXT patch and install gettext on OS X to compile with
no additional flags (thanks Torsten)
* fix P4 version (15.2 is the latest one available)
Thanks,
Lars
Lars Schneider (1):
Add Travis CI support
.travis.yml | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 91 insertions(+)
create mode 100644 .travis.yml
--
2.5.1
From: Lars Schneider <redacted>
The tests are currently executed on "Ubuntu 12.04 LTS Server Edition
64 bit" and on "OS X Mavericks" using gcc and clang.
Perforce and Git-LFS are installed and therefore available for the
respective tests.
Signed-off-by: Lars Schneider <redacted>
---
.travis.yml | 91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 91 insertions(+)
create mode 100644 .travis.yml
From: Jeff King <hidden> Date: 2016-06-15 23:07:20
On Fri, Nov 27, 2015 at 10:23:26AM +0100, larsxschneider@gmail.com wrote:
From: Lars Schneider <redacted>
diff to v7:
* remove NO_GETTEXT patch and install gettext on OS X to compile with
no additional flags (thanks Torsten)
* fix P4 version (15.2 is the latest one available)
Thanks. I don't have any other comments on this one. I guess the next
step is for me to get git/git signed up for Travis, and then merging
this to 'master' will have the desired effect.
-Peff
From: Stefan Beller <hidden> Date: 2016-06-15 23:07:20
On Sat, Nov 28, 2015 at 9:12 AM, Jeff King [off-list ref] wrote:
On Fri, Nov 27, 2015 at 10:23:26AM +0100, larsxschneider@gmail.com wrote:
quoted
From: Lars Schneider <redacted>
diff to v7:
* remove NO_GETTEXT patch and install gettext on OS X to compile with
no additional flags (thanks Torsten)
* fix P4 version (15.2 is the latest one available)
Thanks. I don't have any other comments on this one. I guess the next
step is for me to get git/git signed up for Travis, and then merging
this to 'master' will have the desired effect.
I think you can merge it even before signing up for travis. Then it
would be in the repository
and any fork (say github.com/stefanbeller/git) could enable it for
themselves even faster that you
could for the main repository :)
-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Lars Schneider <hidden> Date: 2016-06-15 23:07:21
On 28 Nov 2015, at 18:12, Jeff King [off-list ref] wrote:
On Fri, Nov 27, 2015 at 10:23:26AM +0100, larsxschneider@gmail.com wrote:
quoted
From: Lars Schneider <redacted>
diff to v7:
* remove NO_GETTEXT patch and install gettext on OS X to compile with
no additional flags (thanks Torsten)
* fix P4 version (15.2 is the latest one available)
Thanks. I don't have any other comments on this one. I guess the next
step is for me to get git/git signed up for Travis, and then merging
this to 'master' will have the desired effect.
Thanks! You're right, signing up git/git for Travis should do it. Right now it is configured to build all branches on git/git that contain a travis.yml. That means if you merge it to pu or next then we should see builds already.
Cheers,
Lars
From: Jeff King <hidden> Date: 2016-06-15 23:07:21
On Tue, Dec 01, 2015 at 09:43:45AM +0100, Lars Schneider wrote:
quoted
Thanks. I don't have any other comments on this one. I guess the next
step is for me to get git/git signed up for Travis, and then merging
this to 'master' will have the desired effect.
Thanks! You're right, signing up git/git for Travis should do it.
Right now it is configured to build all branches on git/git that
contain a travis.yml. That means if you merge it to pu or next then we
should see builds already.
I merged to 'pu', and signed up peff/git, and got a build. Incidentally,
something in pu causes a bunch of tests to fail on OS X (but not Linux).
:)
-Peff
From: Stefan Beller <hidden> Date: 2016-06-15 23:07:21
On Tue, Dec 1, 2015 at 4:45 PM, Jeff King [off-list ref] wrote:
On Tue, Dec 01, 2015 at 09:43:45AM +0100, Lars Schneider wrote:
quoted
quoted
Thanks. I don't have any other comments on this one. I guess the next
step is for me to get git/git signed up for Travis, and then merging
this to 'master' will have the desired effect.
Thanks! You're right, signing up git/git for Travis should do it.
Right now it is configured to build all branches on git/git that
contain a travis.yml. That means if you merge it to pu or next then we
should see builds already.
I merged to 'pu', and signed up peff/git, and got a build. Incidentally,
something in pu causes a bunch of tests to fail on OS X (but not Linux).
:)
:)
As I currently maintain a the regular coverity scan and just
remembered that it integrates with travis[1], we may want to look
into that further, too.
[1] https://scan.coverity.com/travis_ci
-Peff
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html