Skip to content

Commit

Permalink
build: Always build the current branch
Browse files Browse the repository at this point in the history
travis: Fix source path copy
  • Loading branch information
hbons committed Mar 12, 2017
1 parent 0c22349 commit 0003e20
Show file tree
Hide file tree
Showing 6 changed files with 686 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,9 +7,8 @@ os:
- linux

before_install:
- cd build/ci/
- docker pull ubuntu:xenial

script:
- docker build -t "sparkleshare:nightly" .
- docker build --file build/ci/Dockerfile --tag "sparkleshare:nightly" .

5 changes: 2 additions & 3 deletions build/ci/Dockerfile
Expand Up @@ -37,8 +37,7 @@ RUN git clone https://github.com/hbons/webkit2gtk-sharp && \

RUN cd ../

RUN git clone https://github.com/hbons/SparkleShare && \
cd SparkleShare/ && \
./autogen.sh && \
COPY ./ ./
RUN ./autogen.sh && \
make && make install

0 comments on commit 0003e20

Please sign in to comment.