Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Travis CI #4

Merged
merged 7 commits into from
May 16, 2017
Merged

Add Travis CI #4

merged 7 commits into from
May 16, 2017

Conversation

danirabbit
Copy link
Member

No description provided.

Copy link
Contributor

@ricotz ricotz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it overkill to build it twice against "nearly" the same target environment?


install:
- docker pull elementary/docker:loki
- docker run -v "$PWD":/tmp/build-dir elementary/docker:loki /bin/sh -c "apt-get update && apt-get -y install $DEPENDENCY_PACKAGES && cd /tmp/build-dir && ./autogen.sh && make"
Copy link

@purejava purejava May 16, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bzr is still in the Autotools configuration and produces warnings in the Travis job log. Is it possible to get rid of the bzr part?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See #5

@ricotz ricotz merged commit 66b5d4a into master May 16, 2017
@ricotz ricotz deleted the travis branch May 16, 2017 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants